gstreamer/tests/check/elements
Tim-Philipp Müller 2a3d26e66e Fix multiqueue leaking buffers and events when downstream or the queue are flushing. Make refcounting assumptions exp...
Original commit message from CVS:
* libs/gst/base/gstdataqueue.c:
* libs/gst/base/gstdataqueue.h:
* plugins/elements/gstmultiqueue.c: (gst_single_queue_push_one),
(gst_multi_queue_item_new), (gst_multi_queue_chain),
(gst_multi_queue_sink_event):
* tests/check/elements/multiqueue.c: (multiqueue_suite):
Fix multiqueue leaking buffers and events when downstream or the
queue are flushing. Make refcounting assumptions explicit and
document them (shouldn't break existing code that uses it other than
maybe leak miniobjects, but that already happens anyway). Add unit
test for the most common flushing case. Fixes #423700.
2007-06-06 18:11:10 +00:00
..
.gitignore plugins/: Use #ifdef for HAVE_XYZ for consistency. 2007-05-22 11:55:33 +00:00
fakesink.c libs/gst/base/gstbasesink.c: Fix leak caused when refusing newsegment after EOS. 2007-04-05 11:16:09 +00:00
fakesrc.c libs/gst/check/gstcheck.c: do not automatically (de)activate pads 2006-12-21 08:12:28 +00:00
fdsrc.c libs/gst/check/gstcheck.c: do not automatically (de)activate pads 2006-12-21 08:12:28 +00:00
filesink.c plugins/: Use #ifdef for HAVE_XYZ for consistency. 2007-05-22 11:55:33 +00:00
filesrc.c tests/check/elements/filesrc.c: Add unit test for the GstURIHandler interface in filesrc. This also tests the newly a... 2007-02-05 08:15:26 +00:00
identity.c libs/gst/check/gstcheck.c: do not automatically (de)activate pads 2006-12-21 08:12:28 +00:00
multiqueue.c Fix multiqueue leaking buffers and events when downstream or the queue are flushing. Make refcounting assumptions exp... 2007-06-06 18:11:10 +00:00
queue.c plugins/elements/gstqueue.*: Refactor an cleanup queue a bit. 2007-05-12 15:35:40 +00:00