Sync new GStreamer element to parent state
authorPhilip Chimento <philip.chimento@gmail.com>
Mon, 28 Oct 2013 05:09:29 +0000 (22:09 -0700)
committerPhilip Chimento <philip.chimento@gmail.com>
Mon, 28 Oct 2013 05:09:29 +0000 (22:09 -0700)
commit9e5621c12a6c21c24a5b1e7829a9f37a50aca389
treefee108de2759fd2a94b8b1299b4c6aa1d2f88168
parent68a6bb0f8c5be236fe81af76961c85ac5cd63e22
Sync new GStreamer element to parent state

In GStreamer 1.0, when adding a new element to the pipeline in a signal
handler, its state has to be synced to the pipeline's state, because the
handler could be called in the middle of a state change which would
cause the state change to hang.

This was supposed to be done in GStreamer 0.10 too, but it never caused
any problems.
libchimara/schannel.c