|
From: <ren...@us...> - 2007-11-21 15:14:04
|
Revision: 891
http://gmyth.svn.sourceforge.net/gmyth/?rev=891&view=rev
Author: renatofilho
Date: 2007-11-21 07:14:05 -0800 (Wed, 21 Nov 2007)
Log Message:
-----------
removed g_debug call
Modified Paths:
--------------
trunk/gst-gmyth/nuvdemux/gstnuvdemux.c
Modified: trunk/gst-gmyth/nuvdemux/gstnuvdemux.c
===================================================================
--- trunk/gst-gmyth/nuvdemux/gstnuvdemux.c 2007-11-21 15:06:32 UTC (rev 890)
+++ trunk/gst-gmyth/nuvdemux/gstnuvdemux.c 2007-11-21 15:14:05 UTC (rev 891)
@@ -883,7 +883,6 @@
}
if ((h.i_timecode > 0) && (h.i_type == 'V')) {
- g_debug ("TS: %ld", h.i_timecode);
timestamp = h.i_timecode * GST_MSECOND;
GST_BUFFER_TIMESTAMP(buf) = timestamp;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|