GNOME Bugzilla – Bug 751240
splitmuxsrc: improve sticky events handling
Last modified: 2015-08-16 13:41:24 UTC
splitmuxsrc adds its pads without storing the basic sticky events (stream-start, caps, segment). Having the caps in the pad when adding is important for autoplugging.
Created attachment 305720 [details] [review] splitmuxsrc: make sure to push sticky events before adding pad It allows the caps to be set on the pad before being added for dynamic autoplugging to work.
Created attachment 305721 [details] [review] splitmuxsrc: sticky events are sent automatically from the pad No need to send them explicitly from the element
commit 121fcbf7da7a4ee3d82d0af6c57eb3df634faef4 Author: Thiago Santos <thiagoss@osg.samsung.com> Date: Fri Jun 19 18:01:03 2015 -0300 splitmuxsrc: sticky events are sent automatically from the pad No need to send them explicitly from the element https://bugzilla.gnome.org/show_bug.cgi?id=751240 commit af6a09ae4c328bf2869a50887b5fc8ebc88c889d Author: Thiago Santos <thiagoss@osg.samsung.com> Date: Fri Jun 19 18:00:40 2015 -0300 splitmuxsrc: make sure to push sticky events before adding pad It allows the caps to be set on the pad before being added for dynamic autoplugging to work. https://bugzilla.gnome.org/show_bug.cgi?id=751240