mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
docs: add GstPhysMemoryAllocator to docs
This commit is contained in:
parent
ae9911617e
commit
98fc23062f
3 changed files with 29 additions and 0 deletions
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue