mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
gesdemux: Emit no-more-pad as required
This commit is contained in:
parent
d07fe11c5f
commit
db97b2c921
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue