mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 13:08:49 +00:00
buffer: remove wrong comment
Refcount and writability are not related for memory objects.
This commit is contained in:
parent
301fa0e935
commit
86f506e9d8
1 changed files with 0 additions and 4 deletions
|
@ -898,10 +898,6 @@ _get_mapped (GstBuffer * buffer, guint idx, GstMapInfo * info,
|
|||
* the memory block in @buffer is removed, replaced or merged, typically with
|
||||
* any call that modifies the memory in @buffer.
|
||||
*
|
||||
* Since this call does not influence the refcount of the memory,
|
||||
* gst_memory_is_writable() can be used to check if @buffer is the sole owner
|
||||
* of the returned memory.
|
||||
*
|
||||
* Returns: (transfer none): the #GstMemory at @idx.
|
||||
*/
|
||||
GstMemory *
|
||||
|
|
Loading…
Reference in a new issue