buffer: fix Since: marker for new gst_buffer_extract_dup()

This commit is contained in:
Tim-Philipp Müller 2013-07-26 18:36:04 +01:00
parent d73b4edc99
commit 6e107e90ed

View 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. * Extracts a copy of at most @size bytes the data at @offset into a #GBytes.
* @dest must be freed using g_free() when done. * @dest must be freed using g_free() when done.
* *
* Since: 3.2 * Since: 1.2
*/ */
void void