tsdemux: remove confusing debug log line
authorTim-Philipp Müller <tim@centricular.com>
Sat, 10 May 2014 11:54:58 +0000 (12:54 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 10 May 2014 11:56:24 +0000 (12:56 +0100)
gst/mpegtsdemux/tsdemux.c

index 5427388..957e532 100644 (file)
@@ -937,7 +937,6 @@ create_pad_for_stream (MpegTSBase * base, MpegTSBaseStream * bstream,
         case DRF_ID_DTS2:
         case DRF_ID_DTS3:
           /* SMPTE registered DTS */
-          GST_LOG ("subtitling");
           template = gst_static_pad_template_get (&private_template);
           name = g_strdup_printf ("private_%04x", bstream->pid);
           caps = gst_caps_new_empty_simple ("audio/x-dts");