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 555244 - Output-selector has unexpected event forwarding right after output switch
Output-selector has unexpected event forwarding right after output switch
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.9
Assigned To: Stefan Sauer (gstreamer, gtkdoc dev)
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-06 15:13 UTC by Tommi Myöhänen
Modified: 2008-10-07 13:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tommi Myöhänen 2008-10-06 15:13:49 UTC
Problem example:
 1. pipeline has output-selector with two outputs A and B, output A is active
 2. switch active output from A to B
 3. push an event before any buffers to pipeline
 -> the event will go to output A despite the output has been switched to B.

This is because the output switch in step 2 isn't actually applied until the next buffer arrives to output-selector.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2008-10-07 13:13:43 UTC
2008-10-07  Stefan Kost  <ensonic@users.sf.net>

	* gst/selector/gstoutputselector.c:
	  Choose right pad for sending events. Fixes #555244