buffer: fix Since: marker for new gst_buffer_extract_dup()
authorTim-Philipp Müller <tim@centricular.net>
Fri, 26 Jul 2013 17:36:04 +0000 (18:36 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 26 Jul 2013 17:36:04 +0000 (18:36 +0100)
gst/gstbuffer.c

index 8212ec2..00358f3 100644 (file)
@@ -2096,7 +2096,7 @@ gst_buffer_foreach_meta (GstBuffer * buffer, GstBufferForeachMetaFunc func,
  * Extracts a copy of at most @size bytes the data at @offset into a #GBytes.
  * @dest must be freed using g_free() when done.
  *
- * Since: 3.2
+ * Since: 1.2
  */
 
 void