gstreamer/tests/check
Nicolas Dufresne 103a40b6ce bufferpool: Add method and virtuals to set flushing state
Currently there is no other way to unlock a buffer pool other then
stopping it. This may have the effect of freeing all the buffers,
which is too heavy for a seek. This patch add a method to enter and
leave flushing state. As a convenience, flush_start/flush_stop
virtual are added so pool implementation can also unblock their own
internal poll atomically with the rest of the pool.  This is fully
backward compatible with doing stop/start to actually flush the pool
(as being done in GstBaseSrc).

https://bugzilla.gnome.org/show_bug.cgi?id=727611
2014-05-26 13:31:21 -04:00
..
elements tests: multiqueue: test to check queue overrun with pts=none 2014-05-08 17:56:26 -03:00
generic check: fix position unit test 2013-05-30 07:03:40 +02:00
gst bufferpool: Add method and virtuals to set flushing state 2014-05-26 13:31:21 -04:00
libs sparsefile: keep it private as helper API for downloadbuffer 2014-05-13 20:05:55 +01:00
pipelines parse: Additional tests for parser 2014-01-20 16:18:40 +01:00
tools Fix FSF address 2012-11-03 20:44:48 +00:00
.gitignore tests: add check for gst-inspect --exists functionality 2012-09-01 23:02:10 +01:00
Makefile.am Add new downloadbuffer element 2014-05-08 15:53:45 +02:00