diff -r 22df7edb6e37 -r 715f854a93cd 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 Tue Jan 29 20:12:30 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; }