[gst-cvs] wingo gstreamer: gstreamer/ gstreamer/check/gst/ gstreamer/docs/gst/tmpl/ gstreamer/gst/base/

Andy Wingo wingo at freedesktop.org
Mon Mar 7 02:36:26 PST 2005


CVS Root:       /cvs/gstreamer
Module:         gstreamer
Changes by:     wingo
Date:           Mon Mar 07 2005  02:35:24 PST
Branch:         BRANCH-THREADED

Log message:
2005-03-07  Andy Wingo  <wingo at 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.

Modified files:
    .               : ChangeLog
    check/gst       : gstobject.c
    docs/gst/tmpl   : gstobject.sgml
    gst/base        : gstbasesink.c gstbasesink.h

Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/ChangeLog.diff?r1=1.858.2.71&r2=1.858.2.72
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/check/gst/gstobject.c.diff?r1=1.1.2.9&r2=1.1.2.10
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/docs/gst/tmpl/gstobject.sgml.diff?r1=1.42.2.1&r2=1.42.2.2
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/gst/base/gstbasesink.c.diff?r1=1.1.2.5&r2=1.1.2.6
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/gst/base/gstbasesink.h.diff?r1=1.1.2.3&r2=1.1.2.4




More information about the Gstreamer-commits mailing list