From b3d30dd459a125d5a2ede49eebc64b0ea47ef363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 14 Jan 2010 10:44:16 +0100 Subject: [PATCH] docs: Move field specific Since markers at the same line Fixes gobject-introspection warnings about Since being defined multiple times. --- gst/gstbuffer.h | 9 +++------ gst/gsturi.h | 6 ++---- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/gst/gstbuffer.h b/gst/gstbuffer.h index 4314d0b83d..44c32109e9 100644 --- a/gst/gstbuffer.h +++ b/gst/gstbuffer.h @@ -214,12 +214,9 @@ typedef struct _GstBufferClass GstBufferClass; * stream and contains media neutral data (elements can switch to optimized code * path that ignores the buffer content). * @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. - * 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_MEDIA3: a flag whose use is specific to the caps of the buffer. - * Since: 0.10.23 + * @GST_BUFFER_FLAG_MEDIA1: 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. 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. * * A set of buffer flags used to describe properties of a #GstBuffer. diff --git a/gst/gsturi.h b/gst/gsturi.h index d31c3aa6b8..50da1c2d55 100644 --- a/gst/gsturi.h +++ b/gst/gsturi.h @@ -75,13 +75,11 @@ typedef struct _GstURIHandlerInterface GstURIHandlerInterface; * @get_uri: Method to return the URI currently handled by the element. * @set_uri: Method to set a new URI. * @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. - * Since: 0.10.15 + * 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. * @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 * Handler. If implemented, get_protocols will be used in preference to - * get_protocols_full. - * Since: 0.10.15 + * get_protocols_full. Since: 0.10.15. * * Any #GstElement using this interface should implement these methods. */