mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 11:55:39 +00:00
docs: flesh out gst_sample_get_buffer() a little
https://bugzilla.gnome.org/show_bug.cgi?id=706478
This commit is contained in:
parent
bd2a01cfe2
commit
aa1890a4b4
1 changed files with 4 additions and 0 deletions
|
@ -147,6 +147,8 @@ had_parent:
|
|||
*
|
||||
* Returns: (transfer none): the buffer of @sample or NULL when there
|
||||
* is no buffer. The buffer remains valid as long as @sample is valid.
|
||||
* If you need to hold on to it for longer than that, take a ref to
|
||||
* the buffer with gst_buffer_ref().
|
||||
*/
|
||||
GstBuffer *
|
||||
gst_sample_get_buffer (GstSample * sample)
|
||||
|
@ -164,6 +166,8 @@ gst_sample_get_buffer (GstSample * sample)
|
|||
*
|
||||
* Returns: (transfer none): the caps of @sample or NULL when there
|
||||
* is no caps. The caps remain valid as long as @sample is valid.
|
||||
* If you need to hold on to the caps for longer than that, take a ref to
|
||||
* the caps with gst_caps_ref().
|
||||
*/
|
||||
GstCaps *
|
||||
gst_sample_get_caps (GstSample * sample)
|
||||
|
|
Loading…
Reference in a new issue