summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-05-10 12:54:58 +0100
committerTim-Philipp Müller <tim@centricular.com>2014-05-10 12:56:24 +0100
commitab3153b9a2072547015f7381c2096a0ef9cb3da9 (patch)
treed257a96a8142912dd652f4ef901d8df368f6bb4a /gst
parent1660538615fa532148f6d71b2eca58b350a0210d (diff)
downloadgstreamer-plugins-bad-ab3153b9a2072547015f7381c2096a0ef9cb3da9.tar.gz
tsdemux: remove confusing debug log line
Diffstat (limited to 'gst')
-rw-r--r--gst/mpegtsdemux/tsdemux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/mpegtsdemux/tsdemux.c b/gst/mpegtsdemux/tsdemux.c
index 542738838..957e532ee 100644
--- a/gst/mpegtsdemux/tsdemux.c
+++ b/gst/mpegtsdemux/tsdemux.c
@@ -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");