From: Wim Taymans Date: Thu, 19 Dec 2002 20:38:51 +0000 (+0000) Subject: Small updates X-Git-Tag: BRANCH-RELEASE-0_5_1-ROOT~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa4df1659f56912c17126983e97307d2f6699aac;p=platform%2Fupstream%2Fgstreamer.git Small updates Original commit message from CVS: Small updates --- diff --git a/docs/gst/tmpl/gst.sgml b/docs/gst/tmpl/gst.sgml index 0fd5a1d..c6bf6a1 100644 --- a/docs/gst/tmpl/gst.sgml +++ b/docs/gst/tmpl/gst.sgml @@ -71,7 +71,8 @@ fragment: to find the version at compile time. -gst_main() and gst_main_quit() enter and exit the main loop. +gst_main() and gst_main_quit() enter and exit the main loop. GStreamer doesn't currently require +you to us a mainloop but can intergrate with it without problems. diff --git a/docs/gst/tmpl/gstbin.sgml b/docs/gst/tmpl/gstbin.sgml index 637deca..38a4142 100644 --- a/docs/gst/tmpl/gstbin.sgml +++ b/docs/gst/tmpl/gstbin.sgml @@ -43,6 +43,8 @@ gst_bin_destroy() is used to destroy the bin. To control the selection of the clock in a bin, you can use the following methods: gst_bin_auto_clock() to let the bin select a clock automatically, gst_bin_get_clock() to get the current clock of the bin and gst_bin_use_clock() to specify a clock explicitly. +Note that the default behaviour is to automatically select a clock from one of the +clock providers in the bin. @@ -74,7 +76,7 @@ gst_bin_set_pre_iterate_function() and gst_bin_set_post_iterate_function(). @bin: The bin that performed the callback -@data: user data +@user_data: user data @@ -167,7 +169,7 @@ Free the memory allocated by this bin @bin: @func: -@func_data: +@user_data: @@ -177,7 +179,7 @@ Free the memory allocated by this bin @bin: @func: -@func_data: +@user_data: @@ -217,12 +219,19 @@ Free the memory allocated by this bin @clock: - + -is signaled whenever a new GstElement is added to the GstBin @gstbin: the object which received the signal. -@arg1: the element that was added +@arg1: + + + + + + +@gstbin: the object which received the signal. +@arg1: diff --git a/docs/gst/tmpl/gstbuffer.sgml b/docs/gst/tmpl/gstbuffer.sgml index 17a6908..1fa1bb7 100644 --- a/docs/gst/tmpl/gstbuffer.sgml +++ b/docs/gst/tmpl/gstbuffer.sgml @@ -374,7 +374,6 @@ Frees the given buffer, regardless of the refcount. It is dangerous to use this function, you should use gst_buffer_unref() instead. -@buf: @buf: a #GstBuffer to free. diff --git a/docs/gst/tmpl/gstreamer-unused.sgml b/docs/gst/tmpl/gstreamer-unused.sgml index 89c070b..53a9dec 100644 --- a/docs/gst/tmpl/gstreamer-unused.sgml +++ b/docs/gst/tmpl/gstreamer-unused.sgml @@ -4124,6 +4124,15 @@ The frequency. @cost: @endpoint: + + +is signaled whenever a new GstElement is added to the GstBin + + + +@gstbin: the object which received the signal. +@arg1: the element that was added + diff --git a/docs/gst/tmpl/gstregistry.sgml b/docs/gst/tmpl/gstregistry.sgml index 94730b6..fc74b3d 100644 --- a/docs/gst/tmpl/gstregistry.sgml +++ b/docs/gst/tmpl/gstregistry.sgml @@ -49,6 +49,7 @@ The registry object @loaded: @plugins: @paths: +@dummy: diff --git a/docs/gst/tmpl/gstxml.sgml b/docs/gst/tmpl/gstxml.sgml index 32d00bc..08450b2 100644 --- a/docs/gst/tmpl/gstxml.sgml +++ b/docs/gst/tmpl/gstxml.sgml @@ -110,6 +110,10 @@ All GstElements can be serialized to an XML presentation and subsequently loaded +@: +@: +@: + @gstxml: the object which received the signal. @arg1: @arg2: @@ -119,7 +123,7 @@ All GstElements can be serialized to an XML presentation and subsequently loaded -@: -@: -@: +@gstxml: the object which received the signal. +@arg1: +@arg2: