From 4b5c8cada2c88f3cca9f3dd5bed6816f17fb159f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 23 Jun 2012 17:04:53 +0100 Subject: [PATCH] sample: some more g-i annotations --- gst/gstsample.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gst/gstsample.c b/gst/gstsample.c index 74632f25ea..3194a80692 100644 --- a/gst/gstsample.c +++ b/gst/gstsample.c @@ -79,10 +79,10 @@ _gst_sample_free (GstSample * sample) /** * gst_sample_new: - * @buffer: a #GstBuffer - * @caps: a #GstCaps - * @segment: a #GstSegment - * @info: a #GstStructure + * @buffer: (transfer none) (allow-none): a #GstBuffer, or NULL + * @caps: (transfer none) (allow-none): a #GstCaps, or NULL + * @segment: transfer none) (allow-none): a #GstSegment, or NULL + * @info: (transfer full) (allow-none): a #GstStructure, or NULL * * Create a new #GstSample with the provided details. *