gstreamer/tests/check/elements
Ole André Vadla Ravnås fe969e6391 plugins/elements/gsttee.*: Protect pad_alloc with a new lock so that we can be sure that nothing is performing a pad_...
Original commit message from CVS:
Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
* plugins/elements/gsttee.c: (gst_tee_finalize), (gst_tee_init),
(gst_tee_request_new_pad), (gst_tee_release_pad),
(gst_tee_find_buffer_alloc), (gst_tee_buffer_alloc):
* plugins/elements/gsttee.h:
Protect pad_alloc with a new lock so that we can be sure that nothing is
performing a pad_alloc when removing the pad. Fixes #547835.
* tests/check/elements/tee.c: (buffer_alloc_harness_setup),
(buffer_alloc_harness_teardown), (app_thread_func),
(final_sinkpad_bufferalloc), (GST_START_TEST), (tee_suite):
Added testcase for shutdown race.
2008-08-15 17:01:07 +00:00
..
.gitignore tests/check/elements/.cvsignore: Add file to cvsignore as commanded. 2007-07-16 16:44:31 +00:00
fakesink.c Don't use gst_element_get_pad(). 2008-05-21 15:57:52 +00:00
fakesrc.c And correct even more valid sparse warnings. 2008-02-29 13:59:24 +00:00
fdsrc.c And correct even more valid sparse warnings. 2008-02-29 13:59:24 +00:00
filesink.c Don't use gst_element_get_pad(). 2008-05-21 15:57:52 +00:00
filesrc.c Don't use gst_element_get_pad(). 2008-05-21 15:57:52 +00:00
identity.c And correct even more valid sparse warnings. 2008-02-29 13:59:24 +00:00
multiqueue.c Don't use gst_element_get_pad(). 2008-05-21 15:57:52 +00:00
queue.c 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
tee.c plugins/elements/gsttee.*: Protect pad_alloc with a new lock so that we can be sure that nothing is performing a pad_... 2008-08-15 17:01:07 +00:00