From 13ef4f4290947c9737ce026087e39639a34ac8f9 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 20 Jan 2004 18:48:32 +0000 Subject: [PATCH] sync latest api changes Original commit message from CVS: sync latest api changes --- ChangeLog | 11 +++++++++++ docs/gst/gstreamer-sections.txt | 2 -- docs/gst/tmpl/gst.sgml | 8 -------- docs/gst/tmpl/gstbuffer.sgml | 26 +++----------------------- docs/gst/tmpl/gstclock.sgml | 5 +++++ docs/gst/tmpl/gstelement.sgml | 10 +++++++++- docs/gst/tmpl/gstreamer-unused.sgml | 22 ++++++++++++++++++++++ docs/gst/tmpl/gstxml.sgml | 10 +++------- 8 files changed, 53 insertions(+), 41 deletions(-) diff --git a/ChangeLog b/ChangeLog index 48b7409..2d213c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 2004-01-20 Thomas Vander Stichele + * docs/gst/gstreamer-sections.txt: + * docs/gst/tmpl/gst.sgml: + * docs/gst/tmpl/gstbuffer.sgml: + * docs/gst/tmpl/gstclock.sgml: + * docs/gst/tmpl/gstelement.sgml: + * docs/gst/tmpl/gstreamer-unused.sgml: + * docs/gst/tmpl/gstxml.sgml: + sync latest API changes to docs + +2004-01-20 Thomas Vander Stichele + * gst/gstpluginfeature.c: fix doc snippet * tools/gst-inspect.c: (print_element_list): diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index c269c26..495cad8 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -361,8 +361,6 @@ GST_BUFFER_SIZE GST_BUFFER_MAXSIZE GST_BUFFER_TIMESTAMP GST_BUFFER_OFFSET -GST_BUFFER_BUFFERPOOL -GST_BUFFER_POOL_PRIVATE GstBufferFlag GstBuffer gst_buffer_new diff --git a/docs/gst/tmpl/gst.sgml b/docs/gst/tmpl/gst.sgml index 4638319..2a9a867 100644 --- a/docs/gst/tmpl/gst.sgml +++ b/docs/gst/tmpl/gst.sgml @@ -90,14 +90,6 @@ pipeline and Microsoft's DirectShow for some background. @argv: - - - - - -@Returns: - - diff --git a/docs/gst/tmpl/gstbuffer.sgml b/docs/gst/tmpl/gstbuffer.sgml index 58df097..c1cdb89 100644 --- a/docs/gst/tmpl/gstbuffer.sgml +++ b/docs/gst/tmpl/gstbuffer.sgml @@ -214,23 +214,6 @@ Gets the offset in the source file of this buffer. @buf: a #GstBuffer to get offset of. - - -Gets the bufferpool for this buffer. - - -@buf: a #GstBuffer to get the bufferpool of. -@Returns: the #GstBufferPool of this buffer. - - - - -Gets the bufferpool private data. - - -@buf: a #GstBuffer to get bufferpool's private data of. - - A set of buffer flags used to describe properties of a #GstBuffer. @@ -242,12 +225,9 @@ A set of buffer flags used to describe properties of a #GstBuffer. @GST_BUFFER_ORIGINAL: buffer is not a copy of another buffer. @GST_BUFFER_DONTFREE: do not try to free the data when this buffer is unreferenced. -@GST_BUFFER_DISCONTINUOUS: the buffer is the first one after a discontinuity - in the stream. @GST_BUFFER_KEY_UNIT: the buffer holds a key unit, a unit that can be decoded independently of other buffers. -@GST_BUFFER_PREROLL: the buffer should be decoded but not rendered, it is - mainly used to resynchronise the stream. +@GST_BUFFER_DONTKEEP: @GST_BUFFER_FLAG_LAST: additional flags can be added starting from this flag. @@ -263,8 +243,8 @@ The basic structure of a buffer. @duration: @offset: @offset_end: -@pool: -@pool_private: +@free_data: +@buffer_private: @_gst_reserved: diff --git a/docs/gst/tmpl/gstclock.sgml b/docs/gst/tmpl/gstclock.sgml index da3b748..0e9540e 100644 --- a/docs/gst/tmpl/gstclock.sgml +++ b/docs/gst/tmpl/gstclock.sgml @@ -402,6 +402,11 @@ The GstClock object @id: + + + + + Maximum allowed diff for clock sync requests against the real time. diff --git a/docs/gst/tmpl/gstelement.sgml b/docs/gst/tmpl/gstelement.sgml index e978c80..25444f2 100644 --- a/docs/gst/tmpl/gstelement.sgml +++ b/docs/gst/tmpl/gstelement.sgml @@ -379,11 +379,17 @@ Sets the name of the element, getting rid of the old name if there was one. @element: - + +@el: +@domain: +@code: +@message: +@debug: + @element: @error: @Varargs: @@ -746,6 +752,7 @@ notifications to stdout. @object: @orig: @error: +@debug: @@ -980,6 +987,7 @@ Is triggered whenever an error occured. @gstelement: the object which received the signal. @arg1: the error message @arg2: +@: diff --git a/docs/gst/tmpl/gstreamer-unused.sgml b/docs/gst/tmpl/gstreamer-unused.sgml index 91b1707..a987da6 100644 --- a/docs/gst/tmpl/gstreamer-unused.sgml +++ b/docs/gst/tmpl/gstreamer-unused.sgml @@ -1757,6 +1757,14 @@ Get the value of a #GstAtomicSwap @klass: + + +Gets the bufferpool for this buffer. + + +@buf: a #GstBuffer to get the bufferpool of. +@Returns: the #GstBufferPool of this buffer. + Obtains a lock on the object, making serialization possible. @@ -1785,6 +1793,13 @@ Unlock the given bufferpool. @pool: the bufferpool to unlock. + + +Gets the bufferpool private data. + + +@buf: a #GstBuffer to get bufferpool's private data of. + Lock the given bufferpool. @@ -8918,6 +8933,13 @@ of an element he doesn't need anymore. @format: @args...: + + + + + +@Returns: + diff --git a/docs/gst/tmpl/gstxml.sgml b/docs/gst/tmpl/gstxml.sgml index 08450b2..32d00bc 100644 --- a/docs/gst/tmpl/gstxml.sgml +++ b/docs/gst/tmpl/gstxml.sgml @@ -110,10 +110,6 @@ All GstElements can be serialized to an XML presentation and subsequently loaded -@: -@: -@: - @gstxml: the object which received the signal. @arg1: @arg2: @@ -123,7 +119,7 @@ All GstElements can be serialized to an XML presentation and subsequently loaded -@gstxml: the object which received the signal. -@arg1: -@arg2: +@: +@: +@: -- 2.7.4