[gstreamer-bugs] [Bug 607466] [playbin2] chooses random audio stream

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed May 26 22:03:04 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=607466
  GStreamer | gst-plugins-base | 0.10.28

--- Comment #5 from Sebastian Dröge <slomo at circular-chaos.org> 2010-05-27 05:03:01 UTC ---
That's no race condition, simply a missing feature. playbin2 exposes the tracks
in the order in which they're exposed by decodebin2/uridecodebin. And this
happens in many different threads and as such can happen at completely
different times every time you try it.

A solution for this would be to add something to playbin2 and the demuxers to
gives ranks (or something similar) to pads.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list