docs: add GstPhysMemoryAllocator to docs

This commit is contained in:
Tim-Philipp Müller 2018-03-08 01:01:53 +00:00
parent ae9911617e
commit 98fc23062f
3 changed files with 29 additions and 0 deletions

View file

@ -30,6 +30,7 @@
</para>
<xi:include href="xml/gstdmabuf.xml" />
<xi:include href="xml/gstfdmemory.xml" />
<xi:include href="xml/gstphysmemoryallocator.xml" />
</chapter>
<chapter id="gstreamer-app">

View file

@ -48,6 +48,26 @@ GST_TYPE_FD_ALLOCATOR
<SUBSECTION Private>
</SECTION>
<SECTION>
<FILE>gstphysmemoryallocator</FILE>
<TITLE>GstPhysMemoryAllocator</TITLE>
<INCLUDE>gst/allocators/allocators.h</INCLUDE>
GstPhysMemoryAllocator
GstPhysMemoryAllocatorInterface
gst_is_phys_memory
gst_phys_memory_get_phys_addr
<SUBSECTION Standard>
GST_TYPE_PHYS_MEMORY_ALLOCATOR
GST_IS_PHYS_MEMORY_ALLOCATOR
GST_IS_PHYS_MEMORY_ALLOCATOR_INTERFACE
GST_PHYS_MEMORY_ALLOCATOR_GET_INTERFACE
GST_PHYS_MEMORY_ALLOCATOR
GST_PHYS_MEMORY_ALLOCATOR_INTERFACE
GST_PHYS_MEMORY_ALLOCATOR_CAST
gst_phys_memory_allocator_get_type
<SUBSECTION Private>
</SECTION>
# app
<SECTION>
<FILE>gstappsrc</FILE>

View file

@ -17,6 +17,14 @@
* Boston, MA 02111-1307, USA.
*/
/**
* SECTION:gstphysmemoryallocator
* @title: GstPhysMemoryAllocator
* @short_description: Interface for allocators that pass around physical memory addresses
* @see_also: #GstMemory
*
* Since: 1.14
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif