diff -r 22df7edb6e37 -r 987fafbda04d 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 Feb 01 14:32:18 2008 +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; }