Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Virtual camera custom sources #615

Open
wants to merge 1 commit into
base: obs_merge_30.2.3
Choose a base branch
from

Conversation

avoitenko-logitech
Copy link

Description

Refined code a little to be compatible with new feature: custom sources for virtual camera

Motivation and Context

I restored original interface of few functions which work with media for them to be compatible with this new feature.

How Has This Been Tested?

Manually, Windows only

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to change), but the code in obs-node repo was modified accordingly

@@ -1181,7 +1181,7 @@ bool obs_transition_audio_render_do(obs_source_t *transition, uint64_t *ts_out,
if (!transition_valid(transition, "obs_transition_audio_render"))
return false;

blog(LOG_INFO, "[AUDIO_CANVAS] obs_transition_audio_render_do started");
//blog(LOG_INFO, "[AUDIO_CANVAS] obs_transition_audio_render_do started");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we do not need this commented logging. you can remove it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants