diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2015-06-18 11:51:48 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2015-06-18 11:51:48 -0400 |
commit | ddedc412f55a92b80cae22f9a45840cbc2f6236b (patch) | |
tree | a34c69953dae9c3013b6543f9656e5c610a163d8 /gst | |
parent | 210c29665a68f95d398da085294766011be62e95 (diff) |
doc: Unify Since mark for attribute and enum
As this show up as prose in the doc, simply make it consistent
and "arguable" nicer to read.
Diffstat (limited to 'gst')
-rw-r--r-- | gst/gstbuffer.c | 2 | ||||
-rw-r--r-- | gst/gstelementfactory.h | 4 | ||||
-rw-r--r-- | gst/gstsegment.h | 12 | ||||
-rw-r--r-- | gst/gstsystemclock.h | 2 |
4 files changed, 10 insertions, 10 deletions
diff --git a/gst/gstbuffer.c b/gst/gstbuffer.c index 025e86717..f86df33ab 100644 --- a/gst/gstbuffer.c +++ b/gst/gstbuffer.c @@ -112,7 +112,7 @@ * Typically, #GstParentBufferMeta is used when the child buffer is directly * using the #GstMemory of the parent buffer, and wants to prevent the parent * buffer from being returned to a buffer pool until the #GstMemory is available - * for re-use. (Since: 1.6) + * for re-use. (Since 1.6) * */ #include "gst_private.h" diff --git a/gst/gstelementfactory.h b/gst/gstelementfactory.h index b7ea49530..17e55ce40 100644 --- a/gst/gstelementfactory.h +++ b/gst/gstelementfactory.h @@ -88,8 +88,8 @@ gboolean gst_element_register (GstPlugin *plug * @GST_ELEMENT_FACTORY_TYPE_PARSER: Parser elements * @GST_ELEMENT_FACTORY_TYPE_PAYLOADER: Payloader elements * @GST_ELEMENT_FACTORY_TYPE_DEPAYLOADER: Depayloader elements - * @GST_ELEMENT_FACTORY_TYPE_DECRYPTOR: Elements handling decryption (Since: 1.6) - * @GST_ELEMENT_FACTORY_TYPE_ENCRYPTOR: Elements handling encryption (Since: 1.6) + * @GST_ELEMENT_FACTORY_TYPE_DECRYPTOR: Elements handling decryption (Since 1.6) + * @GST_ELEMENT_FACTORY_TYPE_ENCRYPTOR: Elements handling encryption (Since 1.6) * @GST_ELEMENT_FACTORY_TYPE_MAX_ELEMENTS: Private, do not use * @GST_ELEMENT_FACTORY_TYPE_MEDIA_VIDEO: Elements handling video media types * @GST_ELEMENT_FACTORY_TYPE_MEDIA_AUDIO: Elements handling audio media types diff --git a/gst/gstsegment.h b/gst/gstsegment.h index f0f7af5cc..da3942f4c 100644 --- a/gst/gstsegment.h +++ b/gst/gstsegment.h @@ -58,7 +58,7 @@ typedef enum { * @GST_SEEK_FLAG_SEGMENT: perform a segment seek. * @GST_SEEK_FLAG_TRICKMODE: when doing fast forward or fast reverse playback, allow * elements to skip frames instead of generating all - * frames. (Since: 1.6) + * frames. (Since 1.6) * @GST_SEEK_FLAG_SNAP_BEFORE: go to a location before the requested position, * if KEY_UNIT this means the keyframe at or before the * requested position the one at or before the seek target. @@ -72,10 +72,10 @@ typedef enum { * @GST_SEEK_FLAG_TRICKMODE_KEY_UNITS: when doing fast forward or fast reverse * playback, request that elements only decode keyframes * and skip all other content, for formats that have - * keyframes. (Since: 1.6) + * keyframes. (Since 1.6) * @GST_SEEK_FLAG_TRICKMODE_NO_AUDIO: when doing fast forward or fast reverse * playback, request that audio decoder elements skip - * decoding and output only gap events or silence. (Since: 1.6) + * decoding and output only gap events or silence. (Since 1.6) * @GST_SEEK_FLAG_SKIP: Deprecated backward compatibility flag, replaced * by @GST_SEEK_FLAG_TRICKMODE * @@ -143,12 +143,12 @@ typedef enum { * @GST_SEGMENT_FLAG_NONE: no flags * @GST_SEGMENT_FLAG_RESET: reset the pipeline running_time to the segment * running_time - * @GST_SEGMENT_FLAG_TRICKMODE: perform skip playback (Since: 1.6) + * @GST_SEGMENT_FLAG_TRICKMODE: perform skip playback (Since 1.6) * @GST_SEGMENT_FLAG_SEGMENT: send SEGMENT_DONE instead of EOS * @GST_SEGMENT_FLAG_TRICKMODE_KEY_UNITS: Decode only keyframes, where - * possible (Since: 1.6) + * possible (Since 1.6) * @GST_SEGMENT_FLAG_TRICKMODE_NO_AUDIO: Do not decode any audio, where - * possible (Since: 1.6) + * possible (Since 1.6) * @GST_SEGMENT_FLAG_SKIP: Deprecated backward compatibility flag, replaced * by @GST_SEGMENT_FLAG_TRICKMODE * diff --git a/gst/gstsystemclock.h b/gst/gstsystemclock.h index fe5d009d2..c14270874 100644 --- a/gst/gstsystemclock.h +++ b/gst/gstsystemclock.h @@ -47,7 +47,7 @@ typedef struct _GstSystemClockPrivate GstSystemClockPrivate; * @GST_CLOCK_TYPE_REALTIME: time since Epoch * @GST_CLOCK_TYPE_MONOTONIC: monotonic time since some unspecified starting * point - * @GST_CLOCK_TYPE_OTHER: some other time source is used (Since: 1.0.5) + * @GST_CLOCK_TYPE_OTHER: some other time source is used (Since 1.0.5) * * The different kind of clocks. */ |