Revert "playbin2: Only allow to set the URIs in states <= READY or from an about...
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 4 Feb 2010 18:32:48 +0000 (18:32 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 4 Feb 2010 18:32:48 +0000 (18:32 +0000)
commit729b6da76a7985ed48594cde78ba1c675ae47472
tree7fa95d19c959cf5fb95ac0e4581b59957828b865
parent4914aeda2fb91c769f1ad0277ff67e7db992469a
Revert "playbin2: Only allow to set the URIs in states <= READY or from an about-to-finish signal handler"

This reverts commit 7335ce5d3e03c126a417a721571cb6f3af136ecf.

Support abusing the uri property to configure the next uri to play
outside of the about-to-finish handler for the time being after all.
We also shouldn't use thread private structures for this, since it
should be possible to block the thread that emitted about-to-finish
while the main thread sets the uri property. See #607226.
gst/playback/gstplaybin2.c