On Mo, 2016-06-06 at 08:33 +0200, Edgar Thier wrote:
I only shortly looked over the code but I think your problem is that
you add lots of elements to the bin but never make sure that they go
into the correct state. Use gst_element_sync_state_with_parent() after
adding them to the bin or explicitly set the target state yourself with
gst_element_set_state().
The log has lots of mentions of events being dropped because a pad is
not activated or flushing.
(Also don't activate the ghostpad yourself in init. If you add it to
the element before activation, the element is taking care of the pad
state)
--
Sebastian Dröge, Centricular Ltd ·
http://www.centricular.com_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel