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:
parent
248f143fa3
commit
8ab1c5791b
@ -273,8 +273,6 @@ struct _GstD3D11MemoryPrivate
|
|||||||
gint cpu_map_count;
|
gint cpu_map_count;
|
||||||
};
|
};
|
||||||
|
|
||||||
GST_DEFINE_MINI_OBJECT_TYPE (GstD3D11Memory, gst_d3d11_memory);
|
|
||||||
|
|
||||||
static inline D3D11_MAP
|
static inline D3D11_MAP
|
||||||
gst_d3d11_map_flags_to_d3d11 (GstMapFlags flags)
|
gst_d3d11_map_flags_to_d3d11 (GstMapFlags flags)
|
||||||
{
|
{
|
||||||
|
@ -31,7 +31,6 @@ G_BEGIN_DECLS
|
|||||||
|
|
||||||
#define GST_TYPE_D3D11_ALLOCATION_PARAMS (gst_d3d11_allocation_params_get_type())
|
#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_D3D11_MEMORY_CAST(obj) ((GstD3D11Memory *)obj)
|
||||||
|
|
||||||
#define GST_TYPE_D3D11_ALLOCATOR (gst_d3d11_allocator_get_type())
|
#define GST_TYPE_D3D11_ALLOCATOR (gst_d3d11_allocator_get_type())
|
||||||
@ -167,9 +166,6 @@ struct _GstD3D11Memory
|
|||||||
gpointer _gst_reserved[GST_PADDING];
|
gpointer _gst_reserved[GST_PADDING];
|
||||||
};
|
};
|
||||||
|
|
||||||
GST_D3D11_API
|
|
||||||
GType gst_d3d11_memory_get_type (void);
|
|
||||||
|
|
||||||
GST_D3D11_API
|
GST_D3D11_API
|
||||||
void gst_d3d11_memory_init_once (void);
|
void gst_d3d11_memory_init_once (void);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user