mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
plugins: drop leftover declaration.
GstVaapiVideoMemory quark is not needed any more, and the actual implementation was already removed bfore the merge. i.e. this is an oversight for a hunk that was not meant to be pushed.
This commit is contained in:
parent
82fc406dfd
commit
da6b88692f
1 changed files with 0 additions and 4 deletions
|
@ -116,10 +116,6 @@ struct _GstVaapiVideoMemory
|
||||||
gboolean use_direct_rendering;
|
gboolean use_direct_rendering;
|
||||||
};
|
};
|
||||||
|
|
||||||
G_GNUC_INTERNAL
|
|
||||||
GQuark
|
|
||||||
gst_vaapi_video_memory_quark_get (void);
|
|
||||||
|
|
||||||
G_GNUC_INTERNAL
|
G_GNUC_INTERNAL
|
||||||
GstMemory *
|
GstMemory *
|
||||||
gst_vaapi_video_memory_new (GstAllocator * allocator, GstVaapiVideoMeta * meta);
|
gst_vaapi_video_memory_new (GstAllocator * allocator, GstVaapiVideoMeta * meta);
|
||||||
|
|
Loading…
Reference in a new issue