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 704706 - streamcombiner: Must proxy all sink events
streamcombiner: Must proxy all sink events
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.1.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-07-22 20:18 UTC by Mathieu Duponchelle
Modified: 2013-07-23 07:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch to fix the issue (918 bytes, patch)
2013-07-22 20:18 UTC, Mathieu Duponchelle
rejected Details | Review

Description Mathieu Duponchelle 2013-07-22 20:18:58 UTC
Created attachment 249839 [details] [review]
Proposed patch to fix the issue

Otherwise gst_pad_event_default will drop them.
Comment 1 Sebastian Dröge (slomo) 2013-07-23 07:15:36 UTC
It's better to just proxy everything, because that's what this element is supposed to do. Not just caps.

commit d4b48ec70d74ba81a52251bb347a13851de85eac
Author: Sebastian Dröge <slomo@circular-chaos.org>
Date:   Tue Jul 23 09:14:23 2013 +0200

    streamcombiner: Proxy all sink events downstream
    
    Thanks to Mathieu Duponchelle for noticing this regression
    introduced with the last change.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704706