GNOME Bugzilla – Bug 615085
[playbin2] "current-video" property does not work
Last modified: 2010-05-04 16:46:56 UTC
Using the test video at: http://daten.dieweltistgarnichtso.net/video/testbild2-stereo.ogv from bug 613765 The playbin2 will (almost all the time) only play the first video track. On one occasion, it played the 2nd video track, but I could not reproduce afterwards. gst-launch-0.10 playbin2 current-video=0 uri=file://`pwd`/testbild2-stereo.ogv and gst-launch-0.10 playbin2 current-video=1 uri=file://`pwd`/testbild2-stereo.ogv should show different video. You can see what they're supposed to look like with: gst-launch-0.10 filesrc location=testbild2-stereo.ogv ! decodebin name=d ! queue ! xvimagesink d. ! queue ! xvimagesink
If you use gst-plugins-base/tests/examples/seek on that video, you can select between both video streams without problems. I don't think playbin2 supports setting the current-{audio,video,text} properties before being in PAUSED. Also the order of the a/v/t streams is not really deterministic (it's the order in which they have the first decoded frame) and they should be differentiated by their tags/caps.
Anything that needs to be done here Bastien?
I guess not.
Ok then let's close this bug :)