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/gstbuffer.c | |
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/gstbuffer.c')
-rw-r--r-- | gst/gstbuffer.c | 2 |
1 files changed, 1 insertions, 1 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" |