adaptivedemux: prevent to propagate source flag to itself

https://bugzilla.gnome.org/show_bug.cgi?id=770627
This commit is contained in:
Wonchul Lee 2016-09-05 10:31:40 +09:00 committed by Thiago Santos
parent 41f4fc9c0f
commit aa314c43ba

View file

@ -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);