diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2013-02-26 15:37:24 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2013-02-26 15:37:24 +0100 |
commit | 4df4fd33b1540b8b293882ba1ec5ee2e11b01985 (patch) | |
tree | 2e499610846c0f31ad3d6d5723fe1edbedf8831e /docs | |
parent | b339b0c12e8b51061e21444504f7621e531a8cd9 (diff) |
memory: add method to check memory type
Add a method to check if a memory was allocated from an allocator of
a given type.
API: gst_memory_is_type()
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gst/gstreamer-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index 980de48b1..6ead446d6 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -1345,6 +1345,8 @@ GstMemoryIsSpanFunction gst_memory_init +gst_memory_is_type + gst_memory_ref gst_memory_unref |