[svn-commits] dvossel: branch dvossel/shortbus r325612 - /team/dvossel/shortbus/main/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Jun 29 13:09:27 CDT 2011
Author: dvossel
Date: Wed Jun 29 13:09:23 2011
New Revision: 325612
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=325612
Log:
Force an update on the video feed when the source changes
Modified:
team/dvossel/shortbus/main/bridging.c
Modified: team/dvossel/shortbus/main/bridging.c
URL: http://svnview.digium.com/svn/asterisk/team/dvossel/shortbus/main/bridging.c?view=diff&rev=325612&r1=325611&r2=325612
==============================================================================
--- team/dvossel/shortbus/main/bridging.c (original)
+++ team/dvossel/shortbus/main/bridging.c Wed Jun 29 13:09:23 2011
@@ -1495,6 +1495,7 @@
cleanup_video_mode(bridge);
bridge->video_mode.mode = AST_BRIDGE_VIDEO_MODE_SINGLE_SRC;
bridge->video_mode.mode_data.single_src_data.chan_vsrc = ast_channel_ref(video_src_chan);
+ ast_indicate(video_src_chan, AST_CONTROL_VIDUPDATE);
ao2_unlock(bridge);
}
More information about the svn-commits
mailing list