d3d11: Remove non-existing gst_d3d11_memory_get_type() API from header

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1764>
This commit is contained in:
Sebastian Dröge 2022-02-21 14:17:11 +02:00 committed by GStreamer Marge Bot
parent 248f143fa3
commit 8ab1c5791b
2 changed files with 0 additions and 6 deletions

View file

@ -273,8 +273,6 @@ struct _GstD3D11MemoryPrivate
gint cpu_map_count;
};
GST_DEFINE_MINI_OBJECT_TYPE (GstD3D11Memory, gst_d3d11_memory);
static inline D3D11_MAP
gst_d3d11_map_flags_to_d3d11 (GstMapFlags flags)
{

View file

@ -31,7 +31,6 @@ G_BEGIN_DECLS
#define GST_TYPE_D3D11_ALLOCATION_PARAMS (gst_d3d11_allocation_params_get_type())
#define GST_TYPE_D3D11_MEMORY (gst_d3d11_memory_get_type())
#define GST_D3D11_MEMORY_CAST(obj) ((GstD3D11Memory *)obj)
#define GST_TYPE_D3D11_ALLOCATOR (gst_d3d11_allocator_get_type())
@ -167,9 +166,6 @@ struct _GstD3D11Memory
gpointer _gst_reserved[GST_PADDING];
};
GST_D3D11_API
GType gst_d3d11_memory_get_type (void);
GST_D3D11_API
void gst_d3d11_memory_init_once (void);