Skip to content
Snippets Groups Projects
Commit 017b3407 authored by Michael Smith's avatar Michael Smith
Browse files

GstSample: fix typo in G-I annotations, allows creating GstSamples from bindings.

parent 3690f9a8
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ _gst_sample_free (GstSample * sample) ...@@ -84,7 +84,7 @@ _gst_sample_free (GstSample * sample)
* gst_sample_new: * gst_sample_new:
* @buffer: (transfer none) (allow-none): a #GstBuffer, or NULL * @buffer: (transfer none) (allow-none): a #GstBuffer, or NULL
* @caps: (transfer none) (allow-none): a #GstCaps, 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 * @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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment