From: Wim Taymans Date: Sat, 14 Dec 2002 16:32:28 +0000 (+0000) Subject: Fix unused args X-Git-Tag: BRANCH-RELEASE-0_5_1-ROOT~79 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f84bb46f0693365a073dec0badda7f140ebd9e9a;p=platform%2Fupstream%2Fgstreamer.git Fix unused args Original commit message from CVS: Fix unused args --- diff --git a/docs/gst/tmpl/gstbuffer.sgml b/docs/gst/tmpl/gstbuffer.sgml index f296bc6..17a6908 100644 --- a/docs/gst/tmpl/gstbuffer.sgml +++ b/docs/gst/tmpl/gstbuffer.sgml @@ -364,10 +364,8 @@ created buffer can be safely written to. If the refcount is 1, this function just returns the original buffer. -@buf: +@buf: a #GstBuffer to copy @Returns: the #GstBuffer that can safely be written to. - -@buffer: a #GstBuffer to copy. @@ -377,8 +375,7 @@ It is dangerous to use this function, you should use gst_buffer_unref() instead. @buf: - -@buffer: a #GstBuffer to free. +@buf: a #GstBuffer to free. diff --git a/docs/gst/tmpl/gstbufferpool.sgml b/docs/gst/tmpl/gstbufferpool.sgml index ab6a35f..f3c3780 100644 --- a/docs/gst/tmpl/gstbufferpool.sgml +++ b/docs/gst/tmpl/gstbufferpool.sgml @@ -228,9 +228,6 @@ Free the given pool. This is dangerous, use gst_buffer_pool_unref() instead. @buffer_size: @pool_size: @Returns: - -@size: -@numbuffers: diff --git a/docs/gst/tmpl/gstcaps.sgml b/docs/gst/tmpl/gstcaps.sgml index 6f41646..09b810b 100644 --- a/docs/gst/tmpl/gstcaps.sgml +++ b/docs/gst/tmpl/gstcaps.sgml @@ -125,9 +125,7 @@ A convenience macro to create a new GstCaps structure. @name: the name of the caps structure @type: the mime type of the caps structure -@...: - -@a...: the properties of this caps stucture. +@...: the properties of this caps stucture. @@ -136,9 +134,7 @@ A convenience macro to create a GstCaps factory. @factoryname: the name of the factory -@...: - -@a...: the caps to create with this factory, usualy specified +@...: the caps to create with this factory, usualy specified with GST_CAPS_NEW() @@ -409,10 +405,7 @@ Set a property of a caps structure. @caps: the caps structure to modify -@...: - -@name: the name of the property to change -@args...: the new value of the property +@...: the new value of the property @@ -421,10 +414,7 @@ Get key/value pairs from the given GstCaps. @caps: the caps to get the values from -@...: - -@name: the name of the first key -@args...: a pointer to the variable that can hold the result followed by more key/value pairs. +@...: a pointer to the variable that can hold the result followed by more key/value pairs. diff --git a/docs/gst/tmpl/gstelement.sgml b/docs/gst/tmpl/gstelement.sgml index af0ab16..12b5388 100644 --- a/docs/gst/tmpl/gstelement.sgml +++ b/docs/gst/tmpl/gstelement.sgml @@ -91,8 +91,6 @@ Gets the name of the element. - -@element: a #GstElement to get the name of. @@ -100,10 +98,8 @@ Gets the name of the element. Sets the name of the element, getting rid of the old name if there was one. -@elem: +@elem: a #GstElement to set the name of. @name: the new name of the element. - -@element: a #GstElement to set the name of. @@ -234,8 +230,6 @@ Sets the name of the element, getting rid of the old name if there was one. @klass: @templ: - -@element: @@ -302,9 +296,6 @@ Sets the name of the element, getting rid of the old name if there was one. @src: @dest: - -@srcpadname: -@destpadname: @@ -379,8 +370,6 @@ Sets the name of the element, getting rid of the old name if there was one. @element: @Returns: - -@elem: @@ -561,10 +550,8 @@ circumstances. Gets the parent of an element. -@elem: +@elem: a #GstElement to get the parent of. @Returns: the #GstObject parent of the element. - -@element: a #GstElement to get the parent of. @@ -572,10 +559,8 @@ Gets the parent of an element. Sets the parent of an element. -@elem: +@elem: a #GstElement to set the parent of. @parent: the new #GstObject parent of the object. - -@element: a #GstElement to set the parent of. diff --git a/docs/gst/tmpl/gstinfo.sgml b/docs/gst/tmpl/gstinfo.sgml index ba6a291..a53e974 100644 --- a/docs/gst/tmpl/gstinfo.sgml +++ b/docs/gst/tmpl/gstinfo.sgml @@ -100,10 +100,7 @@ Print out any information usable at run-time by application developers. @cat: the GST_CAT_... category for the information -@...: - -@format: printf-style format string -@args...: printf arguments +@...: printf arguments @@ -113,10 +110,7 @@ Print out information like #GST_INFO, but with an element pointer to clarify thi @cat: the GST_CAT_... category for the information @element: pointer to the #GstElement in question -@...: - -@format: printf-style format string -@args...: printf arguments +@...: printf arguments @@ -157,10 +151,7 @@ Called at the beginning of a function, it simply prints out a DEBUG string of "e in addition to the given string. -@...: - -@format: printf-style format string -@args...: printf arguments +@...: printf arguments @@ -169,10 +160,7 @@ Called at the end of a function, it simply prints out a DEBUG string of "leaving in addition to the given string. -@...: - -@format: printf-stype format string -@args...: printf arguments +@...: printf arguments @@ -181,10 +169,7 @@ Print out debugging information. @cat: the GST_CAT_... the debug falls within -@...: - -@format: printf-style format string -@args...: printf arguments +@...: printf arguments @@ -234,10 +219,7 @@ Print out usefull debugging info of an element. @cat: The category of this debugging statement. @element: The element to debug. -@...: - -@format: A printf-like string. -@args...: The argument for the printf-like string. +@...: printf arguments @@ -246,10 +228,7 @@ Print out an error condition and abort the application. @element: the #GstElement in question -@...: - -@format: printf-style format string -@args...: printf arguments +@...: printf arguments @@ -259,10 +238,7 @@ Print out an error condition and abort the application. @element: the #GstElement in question @object: pointer to a 'contributing' object -@...: - -@format: printf-style format string -@args...: printf arguments +@...: printf arguments diff --git a/docs/gst/tmpl/gstobject.sgml b/docs/gst/tmpl/gstobject.sgml index 0eb20f9..a701b6f 100644 --- a/docs/gst/tmpl/gstobject.sgml +++ b/docs/gst/tmpl/gstobject.sgml @@ -245,8 +245,6 @@ Check if the object has been destroyed. @object: @self: - -@parent: diff --git a/docs/gst/tmpl/gstpad.sgml b/docs/gst/tmpl/gstpad.sgml index 0f607dc..698a74c 100644 --- a/docs/gst/tmpl/gstpad.sgml +++ b/docs/gst/tmpl/gstpad.sgml @@ -421,8 +421,6 @@ Destroy the pad. @templ: @name: @Returns: - -@temp: @@ -637,8 +635,6 @@ Destroy the pad. @sinkpad: @filtercaps: @Returns: - -@pad: @@ -650,8 +646,6 @@ Destroy the pad. @sinkpad: @filtercaps: @Returns: - -@pad: @@ -691,8 +685,6 @@ Destroy the pad. @pad: @buf: - -@buffer: @@ -720,9 +712,6 @@ Destroy the pad. @self: @parent: - -@element: -@elements: @@ -957,8 +946,6 @@ Destroy the pad. @pad: @formats: - -@format: @@ -1046,8 +1033,6 @@ Destroy the pad. @pad: @type_func: - -@type_function: diff --git a/docs/gst/tmpl/gstpadtemplate.sgml b/docs/gst/tmpl/gstpadtemplate.sgml index 4e1429c..ad690b3 100644 --- a/docs/gst/tmpl/gstpadtemplate.sgml +++ b/docs/gst/tmpl/gstpadtemplate.sgml @@ -127,9 +127,7 @@ Create a new padtemplate. @padname: the nametemplate for the pads that will be created with this template @dir: the direction of the pads. @pres: the presence of the pads. -@...: - -@a...: the capabilities of this padtemplate usually created with GST_CAPS_NEW() +@...: the capabilities of this padtemplate usually created with GST_CAPS_NEW() @@ -142,9 +140,7 @@ of the padtemplate. Use GST_PAD_TEMPLATE_GET() to get the unique padtemplate. @padname: the nametemplate of the pads @dir: the direction of the pads. @pres: the presence of the pads. -@...: - -@a...: the capabilities of this padtemplate, usually created with GST_CAPS_NEW() +@...: the capabilities of this padtemplate, usually created with GST_CAPS_NEW() diff --git a/docs/gst/tmpl/gstparse.sgml b/docs/gst/tmpl/gstparse.sgml index e7e2510..dce121b 100644 --- a/docs/gst/tmpl/gstparse.sgml +++ b/docs/gst/tmpl/gstparse.sgml @@ -77,9 +77,6 @@ Get the error quark passed in the GError messages. @pipeline_description: @error: @Returns: - -@cmdline: -@parent: diff --git a/docs/gst/tmpl/gstplugin.sgml b/docs/gst/tmpl/gstplugin.sgml index 4c5fe06..bd8e9ba 100644 --- a/docs/gst/tmpl/gstplugin.sgml +++ b/docs/gst/tmpl/gstplugin.sgml @@ -134,10 +134,6 @@ A macro used to define a statically linked plugin. @filename: @Returns: - -@name: -@major: -@minor: diff --git a/docs/gst/tmpl/gstprops.sgml b/docs/gst/tmpl/gstprops.sgml index 3454c61..4358f3a 100644 --- a/docs/gst/tmpl/gstprops.sgml +++ b/docs/gst/tmpl/gstprops.sgml @@ -299,9 +299,6 @@ An entry hols one key/value pair. @name: @Varargs: @Returns: - -@entry: -@value: @@ -431,8 +428,6 @@ An entry hols one key/value pair. @entry: @Varargs: @Returns: - -@props: