gstreamer/tests/check/elements
Jan Schmidt f37e97764b plugins/elements/gstmultiqueue.c: Make it so that pads are considered linked until a buffer is pushed and discovered ...
Original commit message from CVS:
* plugins/elements/gstmultiqueue.c: (gst_multi_queue_set_property),
(gst_multi_queue_request_new_pad), (gst_single_queue_flush),
(gst_multi_queue_loop), (gst_multi_queue_sink_activate_push):
Make it so that pads are considered linked until a buffer is pushed
and discovered otherwise. This avoids problems with decodebin2 hanging
after a seek in the filesrc ! decodebin2 name=d ! fakesink d. ! fakesink
case.
Make sure we lock the multiqueue when updating the max-size properties.
Fix a crash on Solaris in a debug statement in get_request_pad that
passes a NULL string to GST_DEBUG.
* tests/check/elements/multiqueue.c: (mq_dummypad_chain),
(run_output_order_test):
Fix the test to allow the first buffer on not-linked pads to come out
of sequence while multiqueue discovers that they are not-linked.
2007-10-25 15:14:02 +00:00
..
.gitignore tests/check/elements/.cvsignore: Add file to cvsignore as commanded. 2007-07-16 16:44:31 +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 plugins/elements/gstmultiqueue.c: Make it so that pads are considered linked until a buffer is pushed and discovered ... 2007-10-25 15:14:02 +00:00
queue.c plugins/elements/gstqueue.*: Refactor an cleanup queue a bit. 2007-05-12 15:35:40 +00:00
tee.c tests/check/elements/tee.c: Make the tee stress-test a little less stressful so it doesn't just time out on slow-mach... 2007-07-16 14:55:26 +00:00