memory: fix typo in documentation
authorThiago Santos <thiagoss@osg.samsung.com>
Thu, 15 Oct 2015 22:05:21 +0000 (19:05 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Thu, 15 Oct 2015 23:15:48 +0000 (20:15 -0300)
It should be 1.2 unless this is a flag from the future

gst/gstmemory.h

index c8b8fd4..1ed7a6b 100644 (file)
@@ -47,7 +47,7 @@ typedef struct _GstAllocator GstAllocator;
  * made when this memory needs to be shared between buffers.
  * @GST_MEMORY_FLAG_ZERO_PREFIXED: the memory prefix is filled with 0 bytes
  * @GST_MEMORY_FLAG_ZERO_PADDED: the memory padding is filled with 0 bytes
- * @GST_MEMORY_FLAG_PHYSICALLY_CONTIGUOUS: the memory is physically contiguous. (Since 2.2)
+ * @GST_MEMORY_FLAG_PHYSICALLY_CONTIGUOUS: the memory is physically contiguous. (Since 1.2)
  * @GST_MEMORY_FLAG_NOT_MAPPABLE: the memory can't be mapped via gst_memory_map() without any preconditions. (Since 1.2)
  * @GST_MEMORY_FLAG_LAST: first flag that can be used for custom purposes
  *