mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
basesrc: Fix documentation, buffer pools are unreffed and not freed
This commit is contained in:
parent
a9c9f54db7
commit
7742f0a0d3
1 changed files with 2 additions and 2 deletions
|
@ -3865,7 +3865,7 @@ failure:
|
|||
* @src: a #GstBaseSrc
|
||||
*
|
||||
* Returns: (transfer full): the instance of the #GstBufferPool used
|
||||
* by the src; free it after use it
|
||||
* by the src; unref it after usage.
|
||||
*/
|
||||
GstBufferPool *
|
||||
gst_base_src_get_buffer_pool (GstBaseSrc * src)
|
||||
|
@ -3889,7 +3889,7 @@ gst_base_src_get_buffer_pool (GstBaseSrc * src)
|
|||
* Lets #GstBaseSrc sub-classes to know the memory @allocator
|
||||
* used by the base class and its @params.
|
||||
*
|
||||
* Unref the @allocator after use it.
|
||||
* Unref the @allocator after usage.
|
||||
*/
|
||||
void
|
||||
gst_base_src_get_allocator (GstBaseSrc * src,
|
||||
|
|
Loading…
Reference in a new issue