mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
adaptivedemux: prevent to propagate source flag to itself
https://bugzilla.gnome.org/show_bug.cgi?id=770627
This commit is contained in:
parent
41f4fc9c0f
commit
aa314c43ba
1 changed files with 2 additions and 0 deletions
|
@ -434,6 +434,8 @@ gst_adaptive_demux_init (GstAdaptiveDemux * demux,
|
|||
|
||||
gst_segment_init (&demux->segment, GST_FORMAT_TIME);
|
||||
|
||||
gst_bin_set_supressed_flags (GST_BIN_CAST (demux), GST_ELEMENT_FLAG_SOURCE);
|
||||
|
||||
demux->realtime_clock = gst_system_clock_obtain ();
|
||||
g_assert (demux->realtime_clock != NULL);
|
||||
gobject_class = G_OBJECT_GET_CLASS (demux->realtime_clock);
|
||||
|
|
Loading…
Reference in a new issue