gstreamer/tests/check
Wim Taymans 415da89f3c pad: rework pad blocking, first part
Make pad block call the callback as soon as the pad is not in use. This makes it
possible to make sure that when the callback is called, no activity is happening
on the pad and that no activity will ever happen until the pad is unblocked
again. This makes pad blocking work when there is no dataflow or after EOS and
greatly helps dynamic pipelines.
Move the probe handling right where we wait on the pad block. The two are
related but not the same and the probe can eventually influence the pad
blocking as we'll se later.
Fix up some broken unit tests or tests that fail with the new behaviour.
2011-05-27 17:37:20 +02:00
..
elements pad: rework pad blocking, first part 2011-05-27 17:37:20 +02:00
generic pad: rework pad blocking, first part 2011-05-27 17:37:20 +02:00
gst pad: rework pad blocking, first part 2011-05-27 17:37:20 +02:00
libs basesrc: remove deprecated clean shutdown method 2011-05-27 17:28:34 +02:00
pipelines parse: don't unescape inside quotes 2011-05-14 11:39:34 +02:00
.gitignore tests/check/.cvsignore: Ignore test-registry.xml as well. 2007-01-09 14:38:11 +00:00
Makefile.am Merge branch 'master' into 0.11 2011-04-11 10:26:54 +02:00