docs: flesh out gst_sample_get_buffer() a little

https://bugzilla.gnome.org/show_bug.cgi?id=706478
This commit is contained in:
Tim-Philipp Müller 2013-08-21 12:21:43 +01:00
parent cf594b8ea0
commit a4c7561b4c

View file

@ -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)