gstreamer/check/gst
Andy Wingo eb6c9dd801 check/gst/gstobject.c (test_fake_object_name): The object *does* have a name after g_object_new.
Original commit message from CVS:
2005-03-07  Andy Wingo  <wingo@pobox.com>

* check/gst/gstobject.c (test_fake_object_name): The object *does*
have a name after g_object_new.

* gst/base/gstbasesink.c: Change "arguments" to "properties" in
the code. Die GtkObject die!
(GstBaseSink::preroll-queue-len): New object property, the number
of buffers to queue in preroll. By default, does not queue any
buffers. Set to a higher number if you have a one-threaded
demuxer.
(gst_basesink_preroll_queue_push)
(gst_basesink_preroll_queue_empty)
(gst_basesink_preroll_queue_flush): Implement a queue of buffers
for preroll. All must be called with PREROLL_LOCK.
(gst_basesink_finish_preroll): Instead of always blocking, push
the buffer onto the queue. preroll_queue_push will block if the
queue is full.
(gst_basesink_event): Make sure the preroll queue is emptied on
eos and flushed on flush.
(gst_basesink_handle_buffer): Does the work of chain_unlocked, but
without going into finish_preroll.
(gst_basesink_change_state): Handle setting up the queue and
flushing it in READY<->PAUSED transitions.
2005-03-07 10:35:12 +00:00
..
.gitignore add missing file, cvsignore updates 2005-02-11 12:57:24 +00:00
gstbus.c gst/gstiterator.c (gst_iterator_find_custom) 2005-03-03 15:58:42 +00:00
gstcaps.c sprinkle enters over emacs 2005-02-11 16:59:22 +00:00
gstdata.c check/gst/gstcaps.c: New test suite. Only one test at the moment 2005-02-11 12:55:16 +00:00
gstiterator.c tests/complexity.c: Adjust to lack of gst_bin_iterate, boolean link return values. 2005-03-01 16:51:11 +00:00
gstobject.c check/gst/gstobject.c (test_fake_object_name): The object *does* have a name after g_object_new. 2005-03-07 10:35:12 +00:00
gstpad.c threadsafe pad link/unlink 2005-02-16 18:31:45 +00:00