summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wtaymans@redhat.com>2014-02-26 15:36:42 +0100
committerTim-Philipp Müller <tim@centricular.com>2014-04-12 12:03:37 +0100
commit3e043378d88a4087692a56d971c6c0b5af6a0d70 (patch)
tree494cbaffd6814d0a6db2d105fad840b4ff6269c7
parent4494f032d65cb6d522996ae24762f1d75c7e503b (diff)
downloadgstreamer-3e043378d88a4087692a56d971c6c0b5af6a0d70.tar.gz
buffer: remove wrong comment
Refcount and writability are not related for memory objects.
-rw-r--r--gst/gstbuffer.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gst/gstbuffer.c b/gst/gstbuffer.c
index 406e90be01..5c1d8f8c3f 100644
--- a/gst/gstbuffer.c
+++ b/gst/gstbuffer.c
@@ -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 *