gst/gstbin.c: Check that the state_cookie hasn't changed since the continue_func...
authorJan Schmidt <thaytan@mad.scientist.com>
Wed, 18 Jul 2007 14:31:21 +0000 (14:31 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Wed, 18 Jul 2007 14:31:21 +0000 (14:31 +0000)
commit6c0e00bba02a602d55f268e8369462c83e823d9f
treebd1688e88ae03d4c43729e81ec96e5f1c809fb81
parent2a643f27d1022dc55442aae474bfa9a5361d11e3
gst/gstbin.c: Check that the state_cookie hasn't changed since the continue_func was scheduled. Avoids problems where...

Original commit message from CVS:
* gst/gstbin.c: (gst_bin_continue_func):
Check that the state_cookie hasn't changed since the continue_func
was scheduled. Avoids problems where the state changes back to
something it shouldn't be because it was changed in the meantime.
ChangeLog
gst/gstbin.c