gstreamer/libs
Wim Taymans e9f2714ff9 basesrc: fix race in PLAYING->PAUSED->PLAYING
When we quickly switch from PLAYING to PAUSED and back to PLAYING it's possible
in some cases that the task refuses to start, This is because when we go to
PAUSED, we unschedule the clock timeout, which could return UNSCHEDULED when
we're back to PLAYING, causing the task to PAUSE again with a wrong-state.

This patch checks if we are running when we return with an UNSCHEDULED return
value and if we are, try to create a new buffer.

Fixes #597550
2009-10-15 16:30:36 +02:00
..
gst basesrc: fix race in PLAYING->PAUSED->PLAYING 2009-10-15 16:30:36 +02:00
Makefile.am removing last mentions of wingo cothreads 2003-12-24 15:11:20 +00:00