diff -r 22df7edb6e37 -r 84b9b65e511f 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 Mon Feb 25 18:04: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; }