mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
docs: Move field specific Since markers at the same line
Fixes gobject-introspection warnings about Since being defined multiple times.
This commit is contained in:
parent
190c73e9aa
commit
b3d30dd459
2 changed files with 5 additions and 10 deletions
|
@ -214,12 +214,9 @@ typedef struct _GstBufferClass GstBufferClass;
|
||||||
* stream and contains media neutral data (elements can switch to optimized code
|
* stream and contains media neutral data (elements can switch to optimized code
|
||||||
* path that ignores the buffer content).
|
* path that ignores the buffer content).
|
||||||
* @GST_BUFFER_FLAG_DELTA_UNIT: this unit cannot be decoded independently.
|
* @GST_BUFFER_FLAG_DELTA_UNIT: this unit cannot be decoded independently.
|
||||||
* @GST_BUFFER_FLAG_MEDIA1: a flag whose use is specific to the caps of the buffer.
|
* @GST_BUFFER_FLAG_MEDIA1: a flag whose use is specific to the caps of the buffer. Since: 0.10.23.
|
||||||
* Since: 0.10.23
|
* @GST_BUFFER_FLAG_MEDIA2: a flag whose use is specific to the caps of the buffer. Since: 0.10.23.
|
||||||
* @GST_BUFFER_FLAG_MEDIA2: a flag whose use is specific to the caps of the buffer.
|
* @GST_BUFFER_FLAG_MEDIA3: a flag whose use is specific to the caps of the buffer. Since: 0.10.23.
|
||||||
* Since: 0.10.23
|
|
||||||
* @GST_BUFFER_FLAG_MEDIA3: a flag whose use is specific to the caps of the buffer.
|
|
||||||
* Since: 0.10.23
|
|
||||||
* @GST_BUFFER_FLAG_LAST: additional flags can be added starting from this flag.
|
* @GST_BUFFER_FLAG_LAST: additional flags can be added starting from this flag.
|
||||||
*
|
*
|
||||||
* A set of buffer flags used to describe properties of a #GstBuffer.
|
* A set of buffer flags used to describe properties of a #GstBuffer.
|
||||||
|
|
|
@ -75,13 +75,11 @@ typedef struct _GstURIHandlerInterface GstURIHandlerInterface;
|
||||||
* @get_uri: Method to return the URI currently handled by the element.
|
* @get_uri: Method to return the URI currently handled by the element.
|
||||||
* @set_uri: Method to set a new URI.
|
* @set_uri: Method to set a new URI.
|
||||||
* @get_type_full: Variant of get_type which takes a GType argument. This is
|
* @get_type_full: Variant of get_type which takes a GType argument. This is
|
||||||
* for use by bindings that need to pass context when creating a URI Handler. * If implemented, get_type will be used in preference to get_type_full.
|
* for use by bindings that need to pass context when creating a URI Handler. * If implemented, get_type will be used in preference to get_type_full. Since: 0.10.15.
|
||||||
* Since: 0.10.15
|
|
||||||
* @get_protocols_full: Variant of get_type which takes a GType argument.
|
* @get_protocols_full: Variant of get_type which takes a GType argument.
|
||||||
* This is for use by bindings that need to pass context when creating a URI
|
* This is for use by bindings that need to pass context when creating a URI
|
||||||
* Handler. If implemented, get_protocols will be used in preference to
|
* Handler. If implemented, get_protocols will be used in preference to
|
||||||
* get_protocols_full.
|
* get_protocols_full. Since: 0.10.15.
|
||||||
* Since: 0.10.15
|
|
||||||
*
|
*
|
||||||
* Any #GstElement using this interface should implement these methods.
|
* Any #GstElement using this interface should implement these methods.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue