gstreamer/docs/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
..
tmpl 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
.gitignore more doc build fixes 2004-04-08 14:45:13 +00:00
gstreamer-docs.sgml make now works nicely 2005-02-11 17:14:16 +00:00
gstreamer-sections.txt remove buffer_join and keep buffer_merge but move to gstutils 2005-02-11 16:39:14 +00:00
gstreamer.types thread's dead, baby. thread's dead. 2005-01-06 11:39:55 +00:00
Makefile.am make now works nicely 2005-02-11 17:14:16 +00:00