From f515ee6bdf803d240e265d62747ee4d7162e9a9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 14 Apr 2022 18:44:48 +0100 Subject: [PATCH] appsrc: fix annotations Part-of: --- subprojects/gst-plugins-base/gst-libs/gst/app/gstappsrc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/subprojects/gst-plugins-base/gst-libs/gst/app/gstappsrc.c b/subprojects/gst-plugins-base/gst-libs/gst/app/gstappsrc.c index 0a26bdee20..5270140272 100644 --- a/subprojects/gst-plugins-base/gst-libs/gst/app/gstappsrc.c +++ b/subprojects/gst-plugins-base/gst-libs/gst/app/gstappsrc.c @@ -621,7 +621,7 @@ gst_app_src_class_init (GstAppSrcClass * klass) /** * GstAppSrc::push-buffer: * @appsrc: the appsrc - * @buffer (transfer none): a buffer to push + * @buffer: (transfer none): a buffer to push * * Adds a buffer to the queue of buffers that the appsrc element will * push to its source pad. @@ -642,7 +642,7 @@ gst_app_src_class_init (GstAppSrcClass * klass) /** * GstAppSrc::push-buffer-list: * @appsrc: the appsrc - * @buffer_list (transfer none): a buffer list to push + * @buffer_list: (transfer none): a buffer list to push * * Adds a buffer list to the queue of buffers and buffer lists that the * appsrc element will push to its source pad. @@ -665,7 +665,7 @@ gst_app_src_class_init (GstAppSrcClass * klass) /** * GstAppSrc::push-sample: * @appsrc: the appsrc - * @sample (transfer none): a sample from which extract buffer to push + * @sample: (transfer none): a sample from which extract buffer to push * * Extract a buffer from the provided sample and adds the extracted buffer * to the queue of buffers that the appsrc element will