mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
allocator: Hide private sysmem GType func
Was never exposed in any header file, only exported by accident.
This commit is contained in:
parent
4d25706ff1
commit
e7996a23d6
2 changed files with 1 additions and 2 deletions
|
@ -361,7 +361,7 @@ typedef struct
|
||||||
GstAllocatorClass parent_class;
|
GstAllocatorClass parent_class;
|
||||||
} GstAllocatorSysmemClass;
|
} GstAllocatorSysmemClass;
|
||||||
|
|
||||||
GType gst_allocator_sysmem_get_type (void);
|
static GType gst_allocator_sysmem_get_type (void);
|
||||||
G_DEFINE_TYPE (GstAllocatorSysmem, gst_allocator_sysmem, GST_TYPE_ALLOCATOR);
|
G_DEFINE_TYPE (GstAllocatorSysmem, gst_allocator_sysmem, GST_TYPE_ALLOCATOR);
|
||||||
|
|
||||||
/* initialize the fields */
|
/* initialize the fields */
|
||||||
|
|
|
@ -82,7 +82,6 @@ EXPORTS
|
||||||
gst_allocator_get_type
|
gst_allocator_get_type
|
||||||
gst_allocator_register
|
gst_allocator_register
|
||||||
gst_allocator_set_default
|
gst_allocator_set_default
|
||||||
gst_allocator_sysmem_get_type
|
|
||||||
gst_atomic_queue_get_type
|
gst_atomic_queue_get_type
|
||||||
gst_atomic_queue_length
|
gst_atomic_queue_length
|
||||||
gst_atomic_queue_new
|
gst_atomic_queue_new
|
||||||
|
|
Loading…
Reference in a new issue