projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d73b4ed
)
buffer: fix Since: marker for new gst_buffer_extract_dup()
author
Tim-Philipp Müller
<tim@centricular.net>
Fri, 26 Jul 2013 17:36:04 +0000
(18:36 +0100)
committer
Tim-Philipp Müller
<tim@centricular.net>
Fri, 26 Jul 2013 17:36:04 +0000
(18:36 +0100)
gst/gstbuffer.c
patch
|
blob
|
history
diff --git
a/gst/gstbuffer.c
b/gst/gstbuffer.c
index 8212ec24052731249f8fa0240fb64ab50c5f1c80..00358f3f2536dcaef7c540b8b2f009951e81d282 100644
(file)
--- a/
gst/gstbuffer.c
+++ b/
gst/gstbuffer.c
@@
-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