GNOME Bugzilla – Bug 704706
streamcombiner: Must proxy all sink events
Last modified: 2013-07-23 07:15:55 UTC
Created attachment 249839 [details] [review] Proposed patch to fix the issue Otherwise gst_pad_event_default will drop them.
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