mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
GstSample: fix typo in G-I annotations, allows creating GstSamples from bindings.
This commit is contained in:
parent
3690f9a830
commit
017b34079e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue