From db97b2c921941fc8ada0672eb591d674e10066bb Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Thu, 6 Jun 2019 13:02:33 -0400 Subject: [PATCH] gesdemux: Emit no-more-pad as required --- plugins/ges/gesdemux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/ges/gesdemux.c b/plugins/ges/gesdemux.c index da6b272..ca9f49e 100644 --- a/plugins/ges/gesdemux.c +++ b/plugins/ges/gesdemux.c @@ -189,6 +189,7 @@ ges_demux_set_timeline (GESDemux * self, GESTimeline * timeline) } gst_element_sync_state_with_parent (GST_ELEMENT (self->timeline)); + gst_element_no_more_pads (GST_ELEMENT (self)); return TRUE; } -- 2.7.4