sample: some more g-i annotations
authorTim-Philipp Müller <tim@centricular.net>
Sat, 23 Jun 2012 16:04:53 +0000 (17:04 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 23 Jun 2012 16:04:53 +0000 (17:04 +0100)
gst/gstsample.c

index 74632f25ea8d04ca8bc533e6d5fc6e8063871f33..3194a806920df279ace95236199a0fb5687d7a53 100644 (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.
  *