mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-17 21:06:17 +00:00
sample: some more g-i annotations
This commit is contained in:
parent
bc28ebf08d
commit
4b5c8cada2
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue