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: * gst_sample_new:
* @buffer: a #GstBuffer * @buffer: (transfer none) (allow-none): a #GstBuffer, or NULL
* @caps: a #GstCaps * @caps: (transfer none) (allow-none): a #GstCaps, or NULL
* @segment: a #GstSegment * @segment: transfer none) (allow-none): a #GstSegment, or NULL
* @info: a #GstStructure * @info: (transfer full) (allow-none): a #GstStructure, or NULL
* *
* Create a new #GstSample with the provided details. * Create a new #GstSample with the provided details.
* *