diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-02-22 09:02:22 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-02-22 09:04:57 +0100 |
commit | 221b6fc4790330f26578a0bae8dd7252766e69ed (patch) | |
tree | 2201be138f2e2c3fe76c5ad4241c282eb66bd546 /docs | |
parent | 5a73d15c80d7fbfb4c45e5405c7cfa34571e70a2 (diff) |
memory: Add memory flag to mark physically continous memory
Diffstat (limited to 'docs')
-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 a2717b6e9..5bcf4a472 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -1321,6 +1321,7 @@ GST_MEMORY_IS_READONLY GST_MEMORY_IS_NO_SHARE GST_MEMORY_IS_ZERO_PADDED GST_MEMORY_IS_ZERO_PREFIXED +GST_MEMORY_IS_PHYSICALLY_CONTINOUS GstMemory |