mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
vaapivideomemory: remove unused macros
These macros are not used. Let us remove them.
This commit is contained in:
parent
4dffc12d6b
commit
f88ce54b65
1 changed files with 0 additions and 7 deletions
|
@ -621,13 +621,6 @@ error_allocate_memory:
|
|||
/* --- GstVaapiVideoAllocator --- */
|
||||
/* ------------------------------------------------------------------------ */
|
||||
|
||||
#define GST_VAAPI_VIDEO_ALLOCATOR_CLASS(klass) \
|
||||
(G_TYPE_CHECK_CLASS_CAST ((klass), GST_VAAPI_TYPE_VIDEO_ALLOCATOR, \
|
||||
GstVaapiVideoAllocatorClass))
|
||||
|
||||
#define GST_VAAPI_IS_VIDEO_ALLOCATOR_CLASS(klass) \
|
||||
(G_TYPE_CHECK_CLASS_TYPE ((klass), GST_VAAPI_TYPE_VIDEO_ALLOCATOR))
|
||||
|
||||
G_DEFINE_TYPE (GstVaapiVideoAllocator, gst_vaapi_video_allocator,
|
||||
GST_TYPE_ALLOCATOR);
|
||||
|
||||
|
|
Loading…
Reference in a new issue