From 00b43badc7830db563d40555ee962ebe2e7c9dd8 Mon Sep 17 00:00:00 2001 From: Ognyan Tonchev Date: Sun, 21 Sep 2014 13:16:43 +0200 Subject: [PATCH] videopool: add missing annotation for gst_video_buffer_pool_new() https://bugzilla.gnome.org/show_bug.cgi?id=737072 --- gst-libs/gst/video/gstvideopool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/video/gstvideopool.c b/gst-libs/gst/video/gstvideopool.c index 4475f45a43..f1e7c00128 100644 --- a/gst-libs/gst/video/gstvideopool.c +++ b/gst-libs/gst/video/gstvideopool.c @@ -233,7 +233,7 @@ no_memory: * Create a new bufferpool that can allocate video frames. This bufferpool * supports all the video bufferpool options. * - * Returns: a new #GstBufferPool to allocate video frames + * Returns: (transfer floating): a new #GstBufferPool to allocate video frames */ GstBufferPool * gst_video_buffer_pool_new ()