libs/gst/base/gstbasesrc.c: Make _wait_playing() not check any variables so that...
authorWim Taymans <wim.taymans@gmail.com>
Mon, 17 Dec 2007 16:38:40 +0000 (16:38 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 17 Dec 2007 16:38:40 +0000 (16:38 +0000)
commit8a695165c2c95360b7fb8e47196e4a6f19a986de
tree17df5c99db0baa55847314765173fc35fc58899f
parentaf471ed6cdc67f4d47de147975e63307d72f6861
libs/gst/base/gstbasesrc.c: Make _wait_playing() not check any variables so that we can call this function from subcl...

Original commit message from CVS:
* libs/gst/base/gstbasesrc.c: (gst_base_src_wait_playing),
(gst_base_src_perform_seek), (gst_base_src_get_range),
(gst_base_src_set_playing), (gst_base_src_change_state):
Make _wait_playing() not check any variables so that we can call this
function from subclasses. Move the checks elsewhere similar to
_wait_preroll() in basesink.
Add some debugging.
Only signal the LIVE cond when we are going back to PLAYING.
ChangeLog
libs/gst/base/gstbasesrc.c