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 8212ec24052731249f8fa0240fb64ab50c5f1c80..00358f3f2536dcaef7c540b8b2f009951e81d282 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