GstSample: fix typo in G-I annotations, allows creating GstSamples from bindings.
authorMichael Smith <msmith@rdio.com>
Fri, 19 Oct 2012 20:36:33 +0000 (13:36 -0700)
committerMichael Smith <msmith@rdio.com>
Fri, 19 Oct 2012 20:37:08 +0000 (13:37 -0700)
gst/gstsample.c

index 93cb0b0..adfe6ba 100644 (file)
@@ -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.