diff -r 22df7edb6e37 -r 781db4177ba2 gst-gmyth/nuvdemux/gstnuvdemux.c --- a/gst-gmyth/nuvdemux/gstnuvdemux.c Thu Nov 15 20:33:59 2007 +0000 +++ b/gst-gmyth/nuvdemux/gstnuvdemux.c Fri Dec 21 14:07:54 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; }