gstreamer/tests/check
Tim-Philipp Müller 449a426169 plugins/elements/gstqueue.c: Since we're not called only from the chain function any longer, we can't assume that the...
Original commit message from CVS:
* plugins/elements/gstqueue.c: (gst_queue_leak_downstream):
Since we're not called only from the chain function any longer,
we can't assume that there's always data in the queue, so move
the is_full check to the beginning of the loop (otherwise we'd
hit the assert when changing the limit properties while the
queue is empty or not running yet).
Also, only set a discont if items were actually removed from
the queue.
* tests/check/elements/queue.c: (test_leaky_downstream):
Test case for the above.
2008-04-30 14:20:48 +00:00
..
elements plugins/elements/gstqueue.c: Since we're not called only from the chain function any longer, we can't assume that the... 2008-04-30 14:20:48 +00:00
generic And correct even more valid sparse warnings. 2008-02-29 13:59:24 +00:00
gst Add method to conveniently check the name of a custom event with gst_event_has_name(). 2008-04-29 11:23:51 +00:00
libs And correct even more valid sparse warnings. 2008-02-29 13:59:24 +00:00
pipelines And correct even more valid sparse warnings. 2008-02-29 13:59:24 +00:00
.gitignore tests/check/.cvsignore: Ignore test-registry.xml as well. 2007-01-09 14:38:11 +00:00
Makefile.am gst/gstindex.*: Don't free key strings which we don't own. Fixes crash in gst_index_entry_free() (#522741). 2008-03-17 10:21:59 +00:00