playsink: If the visualisation is changing and reconfiguration is pending, do it...
authorSebastian Dröge <slomo@circular-chaos.org>
Wed, 2 Oct 2013 13:02:44 +0000 (15:02 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Wed, 2 Oct 2013 13:03:46 +0000 (15:03 +0200)
commitdd4fe544bcafcf0f00660811d6c5d2b68b69ca25
tree5128663ecd9c5c457d2983b33749af38a7f2514e
parent99067e86e2c02ee37c640cf44a272016000288e8
playsink: If the visualisation is changing and reconfiguration is pending, do it all during reconfiguration

Otherwise we will have two pad blocks that want to use the same mutex
and block each other via the streamlock.

https://bugzilla.gnome.org/show_bug.cgi?id=709210
gst/playback/gstplaysink.c