player: Don't set subtitle URI directly but dispatch to the player thread
authorSebastian Dröge <sebastian@centricular.com>
Wed, 25 May 2016 06:53:15 +0000 (09:53 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 25 May 2016 06:53:15 +0000 (09:53 +0300)
commit3af9fd7322ed3ff69abe0eecf480707ad05f0f7a
treed514344b67e980e10e0cbec8439e53aab0259805
parentb730f7e89d76aa2da2844b161e2a1b4da8d63e7b
player: Don't set subtitle URI directly but dispatch to the player thread

Otherwise we do state changes and everything in the application thread, which
might block and more important can cause reentrant signals.

https://bugzilla.gnome.org/show_bug.cgi?id=766607
gst-libs/gst/player/gstplayer.c