gstreamer/docs/gst/tmpl
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
..
old Disable parsing of a lot of files that aren't part of the exported API. Move corresponding template files to old/, w... 2004-04-29 00:32:28 +00:00
.gitignore ignore files 2003-09-11 12:05:08 +00:00
gst.sgml docs/gst/tmpl: Commit whatever automagic updates gtkdoc is doing. 2005-02-10 11:55:48 +00:00
gstatomic.sgml docs/gst/gstreamer-docs.sgml: I got tired of the reference manual being such complete crap, that I decided to do majo... 2004-03-25 04:20:33 +00:00
gstbin.sgml thread's dead, baby. thread's dead. 2005-01-06 11:39:55 +00:00
gstbuffer.sgml make now works nicely 2005-02-11 17:14:16 +00:00
gstcaps.sgml we're in HEAD mode, fail on our messy function calls please 2005-02-11 13:10:40 +00:00
gstclock.sgml docs/gst/tmpl: Commit whatever automagic updates gtkdoc is doing. 2005-02-10 11:55:48 +00:00
gstcompat.sgml added documentation to many items moved the GST_TYPE_XXX one to the Standart section, as they do not need docs 2004-09-02 14:24:22 +00:00
gstconfig.sgml fixed all double <TITLE> elements in sections.txt added missing <TITLE> elements in sections.txt 2004-07-26 16:34:35 +00:00
gstcpu.sgml docs/gst/gstreamer-docs.sgml: I got tired of the reference manual being such complete crap, that I decided to do majo... 2004-03-25 04:20:33 +00:00
gstdata.sgml thread's dead, baby. thread's dead. 2005-01-06 11:39:55 +00:00
gstelement.sgml tests/complexity.c: Adjust to lack of gst_bin_iterate, boolean link return values. 2005-03-01 16:51:11 +00:00
gstelementdetails.sgml thread's dead, baby. thread's dead. 2005-01-06 11:39:55 +00:00
gstelementfactory.sgml thread's dead, baby. thread's dead. 2005-01-06 11:39:55 +00:00
gstenumtypes.sgml added documentation to many items moved the GST_TYPE_XXX one to the Standart section, as they do not need docs 2004-09-02 14:24:22 +00:00
gsterror.sgml we're in HEAD mode, fail on our messy function calls please 2005-02-11 13:10:40 +00:00
gstevent.sgml remove buffer_join and keep buffer_merge but move to gstutils 2005-02-11 16:39:14 +00:00
gstfilter.sgml docs/gst/gstreamer-docs.sgml: I got tired of the reference manual being such complete crap, that I decided to do majo... 2004-03-25 04:20:33 +00:00
gstformat.sgml docs/gst/tmpl: Commit whatever automagic updates gtkdoc is doing. 2005-02-10 11:55:48 +00:00
gstghostpad.sgml fixed all double <TITLE> elements in sections.txt added missing <TITLE> elements in sections.txt 2004-07-26 16:34:35 +00:00
gstimplementsinterface.sgml added documentation to many items moved the GST_TYPE_XXX one to the Standart section, as they do not need docs 2004-09-02 14:24:22 +00:00
gstindex.sgml added documentation to many items moved the GST_TYPE_XXX one to the Standart section, as they do not need docs 2004-09-02 14:24:22 +00:00
gstindexfactory.sgml added documentation to many items moved the GST_TYPE_XXX one to the Standart section, as they do not need docs 2004-09-02 14:24:22 +00:00
gstinfo.sgml added some more docs, removed two obsolete defines 2004-11-03 09:21:01 +00:00
gstmacros.sgml added some more docs, removed two obsolete defines 2004-11-03 09:21:01 +00:00
gstmemchunk.sgml Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstobject.sgml 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.sgml thread's dead, baby. thread's dead. 2005-01-06 11:39:55 +00:00
gstpadtemplate.sgml thread's dead, baby. thread's dead. 2005-01-06 11:39:55 +00:00
gstparse.sgml small followup of doc fixes (section title case) 2004-07-27 15:08:54 +00:00
gstpipeline.sgml tests/complexity.c: Adjust to lack of gst_bin_iterate, boolean link return values. 2005-03-01 16:51:11 +00:00
gstplugin.sgml more api documentation better error signaling and logging 2004-10-13 13:03:25 +00:00
gstpluginfeature.sgml more api documentation better error signaling and logging 2004-10-13 13:03:25 +00:00
gstprobe.sgml Added new files 2002-12-14 13:03:41 +00:00
gstquery.sgml docs/gst/tmpl: Commit whatever automagic updates gtkdoc is doing. 2005-02-10 11:55:48 +00:00
gstqueue.sgml added documentation to many items moved the GST_TYPE_XXX one to the Standart section, as they do not need docs 2004-09-02 14:24:22 +00:00
gstrealpad.sgml fixed all double <TITLE> elements in sections.txt added missing <TITLE> elements in sections.txt 2004-07-26 16:34:35 +00:00
gstregistry.sgml more api documentation better error signaling and logging 2004-10-13 13:03:25 +00:00
gstregistrypool.sgml docs/gst/gstreamer-docs.sgml: I got tired of the reference manual being such complete crap, that I decided to do majo... 2004-03-25 04:20:33 +00:00
gstscheduler.sgml docs/gst/tmpl: Commit whatever automagic updates gtkdoc is doing. 2005-02-10 11:55:48 +00:00
gstschedulerfactory.sgml added documentation to many items moved the GST_TYPE_XXX one to the Standart section, as they do not need docs 2004-09-02 14:24:22 +00:00
gststructure.sgml thread's dead, baby. thread's dead. 2005-01-06 11:39:55 +00:00
gstsystemclock.sgml docs/gst/tmpl: Commit whatever automagic updates gtkdoc is doing. 2005-02-10 11:55:48 +00:00
gsttaglist.sgml added documentation to many items moved the GST_TYPE_XXX one to the Standart section, as they do not need docs 2004-09-02 14:24:22 +00:00
gsttagsetter.sgml added documentation to many items moved the GST_TYPE_XXX one to the Standart section, as they do not need docs 2004-09-02 14:24:22 +00:00
gstthread.sgml thread's dead, baby. thread's dead. 2005-01-06 11:39:55 +00:00
gsttrace.sgml docs/gst/gstreamer-docs.sgml: I got tired of the reference manual being such complete crap, that I decided to do majo... 2004-03-25 04:20:33 +00:00
gsttrashstack.sgml docs/gst/gstreamer-docs.sgml: I got tired of the reference manual being such complete crap, that I decided to do majo... 2004-03-25 04:20:33 +00:00
gsttypefind.sgml fixed all double <TITLE> elements in sections.txt added missing <TITLE> elements in sections.txt 2004-07-26 16:34:35 +00:00
gsttypefindfactory.sgml added documentation to many items moved the GST_TYPE_XXX one to the Standart section, as they do not need docs 2004-09-02 14:24:22 +00:00
gsttypes.sgml added documentation to many items moved the GST_TYPE_XXX one to the Standart section, as they do not need docs 2004-09-02 14:24:22 +00:00
gsturihandler.sgml added documentation to many items moved the GST_TYPE_XXX one to the Standart section, as they do not need docs 2004-09-02 14:24:22 +00:00
gsturitype.sgml added documentation to many items moved the GST_TYPE_XXX one to the Standart section, as they do not need docs 2004-09-02 14:24:22 +00:00
gstutils.sgml docs/gst/gstreamer-sections.txt: remove mention of removed functions 2005-02-11 16:21:46 +00:00
gstvalue.sgml docs/gst/: Add new function to docs to fix build. 2004-11-29 18:29:05 +00:00
gstversion.sgml more api documentation better error signaling and logging 2004-10-13 13:03:25 +00:00
gstxml.sgml docs/gst/Makefile.am: Remove --ignore-fail-on-non-empty (#150331) 2004-08-18 21:46:55 +00:00