diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-02-23 16:16:37 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-02-23 16:16:37 +0100 |
commit | f552d8f0c02022ab690232330393ab52b777ee99 (patch) | |
tree | 36ef41792b27e98b1545efc732c260680a5ee10c /gst-libs/gst | |
parent | 642ca2bd40e4dd14de263a18c4d9446f7b809bd3 (diff) |
videopool: fix docs
Diffstat (limited to 'gst-libs/gst')
-rw-r--r-- | gst-libs/gst/video/gstvideopool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/video/gstvideopool.h b/gst-libs/gst/video/gstvideopool.h index de76cbf0f..40e3915c0 100644 --- a/gst-libs/gst/video/gstvideopool.h +++ b/gst-libs/gst/video/gstvideopool.h @@ -38,7 +38,7 @@ G_BEGIN_DECLS * GST_BUFFER_POOL_OPTION_VIDEO_ALIGNMENT: * * A bufferpool option to enable extra padding. When a bufferpool supports this - * option, gst_buffer_pool_set_video_alignment() can be called. + * option, gst_buffer_pool_config_set_video_alignment() can be called. */ #define GST_BUFFER_POOL_OPTION_VIDEO_ALIGNMENT "GstBufferPoolOptionVideoAlignment" |