r3560 - trunk/libminisip/source/subsystem_media/video

erik at minisip.org erik at minisip.org
Tue Dec 18 13:59:27 CET 2007


Author: erik
Date: 2007-12-18 13:59:27 +0100 (Tue, 18 Dec 2007)
New Revision: 3560

Modified:
   trunk/libminisip/source/subsystem_media/video/VideoMedia.cxx
Log:

 * Deliberately break video playback - this will be fixed/reverted tonight
   or tomorrow night.

   For testing reasons here at KTH (CSD course team 7), this commit breaks 
   playback of video. Hope no one is affected. (Note that the video
   forwarding commited last friday is also experimental. It is not 
   the way to do it - this is ONLY for testing - the model implemented
   is not correct, and does not work with security enabled).



Modified: trunk/libminisip/source/subsystem_media/video/VideoMedia.cxx
===================================================================
--- trunk/libminisip/source/subsystem_media/video/VideoMedia.cxx	2007-12-14 15:02:28 UTC (rev 3559)
+++ trunk/libminisip/source/subsystem_media/video/VideoMedia.cxx	2007-12-18 12:59:27 UTC (rev 3560)
@@ -90,7 +90,7 @@
 
 	MRef<VideoMediaSource *> source = getSource( packet->getHeader().SSRC );
 
-	if( source ){
+	if(false /* source */){ //FIXME: Deliberately break playing video, introduced Dec 18 2007, must be removed same day
 		source->playData( packet );
 	}
 



More information about the Minisip-devel mailing list