mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
tsdemux: remove confusing debug log line
This commit is contained in:
parent
1660538615
commit
ab3153b9a2
1 changed files with 0 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue