[asterisk-commits] rizzo: branch rizzo/video_v2 r82749 - /team/rizzo/video_v2/channels/chan_oss.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Sep 18 06:07:36 CDT 2007


Author: rizzo
Date: Tue Sep 18 06:07:35 2007
New Revision: 82749

URL: http://svn.digium.com/view/asterisk?view=rev&rev=82749
Log:
remove a debugging message

Modified:
    team/rizzo/video_v2/channels/chan_oss.c

Modified: team/rizzo/video_v2/channels/chan_oss.c
URL: http://svn.digium.com/view/asterisk/team/rizzo/video_v2/channels/chan_oss.c?view=diff&rev=82749&r1=82748&r2=82749
==============================================================================
--- team/rizzo/video_v2/channels/chan_oss.c (original)
+++ team/rizzo/video_v2/channels/chan_oss.c Tue Sep 18 06:07:35 2007
@@ -1069,8 +1069,7 @@
 			/* XXX what about the channel itself ? */
 		}
 	}
-	fprintf(stderr, "buf.data: %p\n", get_video_desc(c)->out.buf.data);
-	console_video_start(get_video_desc(c), o->owner); /* XXX cleanup */
+	console_video_start(get_video_desc(c), c); /* XXX cleanup */
 
 	return c;
 }




More information about the asterisk-commits mailing list