gst/gstpipeline.c: Modify the clock distribution path in PAUSED->PLAYING so that...
authorJan Schmidt <thaytan@mad.scientist.com>
Fri, 23 Mar 2007 17:52:19 +0000 (17:52 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Fri, 23 Mar 2007 17:52:19 +0000 (17:52 +0000)
commitcf4a1965da6e1b1eb48f0bf356183ccea22b057a
treeeefdf2bba280c899c971839e6b407e8a14af25d1
parent12111f3107e45d5706daec3662f66f47d9c82df4
gst/gstpipeline.c: Modify the clock distribution path in PAUSED->PLAYING so that we never attempt to choose a new clo...

Original commit message from CVS:
* gst/gstpipeline.c: (gst_pipeline_change_state):
Modify the clock distribution path in PAUSED->PLAYING so that we
never attempt to choose a new clock unless we're actually leaving
the PAUSED state for the first time. This prevents choosing a
different clock when the state_change gets called for a 2nd time due
to some element doing an async state change.
ChangeLog
gst/gstpipeline.c