projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d07fe11
)
gesdemux: Emit no-more-pad as required
author
Thibault Saunier
<tsaunier@igalia.com>
Thu, 6 Jun 2019 17:02:33 +0000
(13:02 -0400)
committer
Thibault Saunier
<tsaunier@igalia.com>
Fri, 5 Jul 2019 21:50:52 +0000
(17:50 -0400)
plugins/ges/gesdemux.c
patch
|
blob
|
history
diff --git
a/plugins/ges/gesdemux.c
b/plugins/ges/gesdemux.c
index da6b2729818e764df3ff924c0db05790df5a703b..ca9f49ed5ed7118bd2c2c90d3340c5e40693f3a0 100644
(file)
--- 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;
}