From f552d8f0c02022ab690232330393ab52b777ee99 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 23 Feb 2012 16:16:37 +0100 Subject: [PATCH] videopool: fix docs --- gst-libs/gst/video/gstvideopool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/video/gstvideopool.h b/gst-libs/gst/video/gstvideopool.h index de76cbf0f9..40e3915c0f 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"