mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
Removed debug trace
This commit is contained in:
parent
6be9a30ad8
commit
d3c4c48923
1 changed files with 0 additions and 1 deletions
|
@ -891,7 +891,6 @@ needs_pad_switch (GstDashDemux * demux, GList * fragment)
|
|||
|| (!gst_caps_is_equal_fixed (demux->output_caps[i], srccaps))
|
||||
|| demux->need_segment)) {
|
||||
switch_pad = TRUE;
|
||||
GST_INFO_OBJECT (demux, "Switch pad i =%d", i);
|
||||
}
|
||||
if (G_LIKELY (srccaps))
|
||||
gst_caps_unref (srccaps);
|
||||
|
|
Loading…
Reference in a new issue