From: Michael Smith Date: Fri, 19 Oct 2012 20:36:33 +0000 (-0700) Subject: GstSample: fix typo in G-I annotations, allows creating GstSamples from bindings. X-Git-Tag: 1.0.2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=017b34079e6f60a7aa54873a6c1aa610dce3a287;p=platform%2Fupstream%2Fgstreamer.git GstSample: fix typo in G-I annotations, allows creating GstSamples from bindings. --- diff --git a/gst/gstsample.c b/gst/gstsample.c index 93cb0b0..adfe6ba 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.