After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 751240 - splitmuxsrc: improve sticky events handling
splitmuxsrc: improve sticky events handling
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal normal
: 1.5.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-06-19 22:13 UTC by Thiago Sousa Santos
Modified: 2015-08-16 13:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
splitmuxsrc: make sure to push sticky events before adding pad (2.12 KB, patch)
2015-06-19 22:14 UTC, Thiago Sousa Santos
committed Details | Review
splitmuxsrc: sticky events are sent automatically from the pad (1.85 KB, patch)
2015-06-19 22:14 UTC, Thiago Sousa Santos
committed Details | Review

Description Thiago Sousa Santos 2015-06-19 22:13:14 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.
Comment 1 Thiago Sousa Santos 2015-06-19 22:14:00 UTC
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.
Comment 2 Thiago Sousa Santos 2015-06-19 22:14:05 UTC
Created attachment 305721 [details] [review]
splitmuxsrc: sticky events are sent automatically from the pad

No need to send them explicitly from the element
Comment 3 Thiago Sousa Santos 2015-06-25 20:24:25 UTC
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