buffer: remove wrong comment
authorWim Taymans <wtaymans@redhat.com>
Wed, 26 Feb 2014 14:36:42 +0000 (15:36 +0100)
committerWim Taymans <wtaymans@redhat.com>
Thu, 27 Feb 2014 14:43:13 +0000 (15:43 +0100)
Refcount and writability are not related for memory objects.

gst/gstbuffer.c

index ef29355..868012f 100644 (file)
@@ -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 *