allocator: Hide private sysmem GType func

Was never exposed in any header file, only exported
by accident.
This commit is contained in:
Tim-Philipp Müller 2017-08-14 11:01:19 +01:00
parent 4d25706ff1
commit e7996a23d6
2 changed files with 1 additions and 2 deletions

View file

@ -361,7 +361,7 @@ typedef struct
GstAllocatorClass parent_class;
} 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);
/* initialize the fields */

View file

@ -82,7 +82,6 @@ EXPORTS
gst_allocator_get_type
gst_allocator_register
gst_allocator_set_default
gst_allocator_sysmem_get_type
gst_atomic_queue_get_type
gst_atomic_queue_length
gst_atomic_queue_new