diff --git a/gst/gstsample.c b/gst/gstsample.c index 93cb0b0a81..adfe6bac13 100644 --- a/gst/gstsample.c +++ b/gst/gstsample.c @@ -84,7 +84,7 @@ _gst_sample_free (GstSample * sample) * gst_sample_new: * @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 + * @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.