diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-06-28 11:02:19 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-06-28 11:02:19 +0200 |
commit | 4c6228224f6b56c665cff0d346b021fc071bef6d (patch) | |
tree | ff4c576c0da81538a9677a6b7d4938f6c14f8d3a /docs/gst | |
parent | d7fdf75e137f804b5e0215eca95593f4bdc465e7 (diff) |
buffer: add _append_region function
Make a gst_buffer_append_region() function that allows you to append a memory
region from one buffer to another. This is a more general version of
gst_buffer_append().
Diffstat (limited to 'docs/gst')
-rw-r--r-- | docs/gst/gstreamer-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index 41213ce41..81a0a4d9f 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -236,6 +236,7 @@ gst_buffer_make_writable gst_buffer_replace gst_buffer_append +gst_buffer_append_region gst_buffer_get_meta gst_buffer_add_meta |