gstreamer/libs/gst
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
..
base basesrc: fix race in PLAYING->PAUSED->PLAYING 2009-10-15 16:30:36 +02:00
check libs/gst/check: Make writing threadsafe. Backported from libcheck trunk 2009-10-12 13:50:51 +02:00
controller docs: fix controller sections docs 2009-10-14 17:58:22 +03:00
dataprotocol introspection: Build pkgconfig before all libraries and set PKG_CONFIG_PATH 2009-09-12 14:35:09 +02:00
helpers registry: Support installed/uninstalled plugin-scanner helper 2009-10-06 19:51:44 +01:00
net netclientclock: fix timestamp comparission, Fixes #597407 2009-10-13 19:12:50 +03:00
Makefile.am registry: Add registry helper phase 1 2009-10-06 19:51:42 +01:00