summaryrefslogtreecommitdiff
path: root/gst/gstbuffer.h
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@hotmail.com>2013-11-30 14:52:40 +0100
committerTim-Philipp Müller <tim@centricular.com>2013-12-02 21:01:08 +0000
commitb40fa2b8c3485a8374186ca047622ab518e09485 (patch)
treef3068e85226ad4e5ec55d26936f0128884d52a78 /gst/gstbuffer.h
parent3c4d54fd885ee352d16cdcce60323f01a22721e1 (diff)
docs: cosmetic changes in references/decriptions
* fix typo GstBufferFlag -> GstBufferFlags * fix typo GstFeatures -> GstCapsFeatures * fix typo GstAllocatorParams -> GstAllocationParams * fix typo GstContrlSources -> GstControlSource * do not refer to gstcheck as an object * make references gtk_init() and tcase_set_timeout() not be references * gst_element_get_pad() renamed gst_element_get_static_pad() * gst_clock_id_wait_async_full() renamed gst_clock_id_wait_async() * _drop_element() is really gst_queue_array_drop_element() * gst_pad_accept_caps() was removed, do not refer to it * separate GST_META_TAG_MEMORY_STR declaration from description * do not describe removed gst_collect_pads_collect() * correctly link to GstElementClass' virtual set_context() Fixes https://bugzilla.gnome.org/show_bug.cgi?id=719614
Diffstat (limited to 'gst/gstbuffer.h')
-rw-r--r--gst/gstbuffer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gst/gstbuffer.h b/gst/gstbuffer.h
index c241792d4b..74f698ff67 100644
--- a/gst/gstbuffer.h
+++ b/gst/gstbuffer.h
@@ -44,13 +44,13 @@ typedef struct _GstBufferPool GstBufferPool;
* GST_BUFFER_FLAGS:
* @buf: a #GstBuffer.
*
- * A flags word containing #GstBufferFlag flags set on this buffer.
+ * A flags word containing #GstBufferFlags flags set on this buffer.
*/
#define GST_BUFFER_FLAGS(buf) GST_MINI_OBJECT_FLAGS(buf)
/**
* GST_BUFFER_FLAG_IS_SET:
* @buf: a #GstBuffer.
- * @flag: the #GstBufferFlag to check.
+ * @flag: the #GstBufferFlags flag to check.
*
* Gives the status of a specific flag on a buffer.
*/
@@ -58,7 +58,7 @@ typedef struct _GstBufferPool GstBufferPool;
/**
* GST_BUFFER_FLAG_SET:
* @buf: a #GstBuffer.
- * @flag: the #GstBufferFlag to set.
+ * @flag: the #GstBufferFlags flag to set.
*
* Sets a buffer flag on a buffer.
*/
@@ -66,7 +66,7 @@ typedef struct _GstBufferPool GstBufferPool;
/**
* GST_BUFFER_FLAG_UNSET:
* @buf: a #GstBuffer.
- * @flag: the #GstBufferFlag to clear.
+ * @flag: the #GstBufferFlags flag to clear.
*
* Clears a buffer flag.
*/