summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2014-10-09 03:31:58 +1100
committerJan Schmidt <jan@centricular.com>2015-02-06 04:02:48 +1100
commit7d4d63be2135a8a333b298259bbea4ad9064ff64 (patch)
tree3014cc279982f566674603772761f99b1d7e888e
parentb5aa23697c6145dd2d1e60f70c764b69e224e3de (diff)
video: Fix simple typo in GstVideoFrameMapFlags docs
-rw-r--r--gst-libs/gst/video/video-frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/video/video-frame.h b/gst-libs/gst/video/video-frame.h
index f8e630463..929ebab8a 100644
--- a/gst-libs/gst/video/video-frame.h
+++ b/gst-libs/gst/video/video-frame.h
@@ -150,7 +150,7 @@ typedef enum {
} GstVideoBufferFlags;
/**
- * GstVideoBufferFlags:
+ * GstVideoFrameMapFlags:
* @GST_VIDEO_FRAME_MAP_FLAG_NO_REF: Don't take another reference of the buffer and store it in
* the GstVideoFrame. This makes sure that the buffer stays
* writable while the frame is mapped, but requires that the