# HG changeset patch # User renatofilho # Date 1195658045 0 # Node ID 5224e0d6e2b9193eb95e1d010d8b56b908b27dfb # Parent d3d62eca131ccbad84e2a519640a965a08d71d98 [svn r891] removed g_debug call diff -r d3d62eca131c -r 5224e0d6e2b9 gst-gmyth/nuvdemux/gstnuvdemux.c --- a/gst-gmyth/nuvdemux/gstnuvdemux.c Wed Nov 21 15:06:32 2007 +0000 +++ b/gst-gmyth/nuvdemux/gstnuvdemux.c Wed Nov 21 15:14:05 2007 +0000 @@ -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; }