diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2014-05-10 12:54:58 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-05-10 12:56:24 +0100 |
commit | ab3153b9a2072547015f7381c2096a0ef9cb3da9 (patch) | |
tree | d257a96a8142912dd652f4ef901d8df368f6bb4a /gst | |
parent | 1660538615fa532148f6d71b2eca58b350a0210d (diff) |
tsdemux: remove confusing debug log line
Diffstat (limited to 'gst')
-rw-r--r-- | gst/mpegtsdemux/tsdemux.c | 1 |
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"); |