sample: some more g-i annotations

This commit is contained in:
Tim-Philipp Müller 2012-06-23 17:04:53 +01:00
parent bc28ebf08d
commit 4b5c8cada2

View file

@ -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.
*