playbin: Go asynchronously from READY to PAUSED
authorSebastian Dröge <sebastian@centricular.com>
Wed, 23 Jul 2014 10:36:15 +0000 (12:36 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 23 Jul 2014 10:46:48 +0000 (12:46 +0200)
commit73646bd04f4755ae3709ae4bd10b122e74358711
tree6359657ea383394e787d861407651d84e802f02e
parent5c038192e25e6bfc68de326d6f249592b9532cd5
playbin: Go asynchronously from READY to PAUSED

We now add all our elements to uridecodebin *after*
GstBin::change_state(READY->PAUSED), so we need to post async-start
and async-done messages ourselves if we want to work async.

https://bugzilla.gnome.org/show_bug.cgi?id=733495
gst/playback/gstplaybin2.c