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:
Gwenole Beauchesne 2015-01-28 18:09:40 +01:00
parent 82fc406dfd
commit da6b88692f

View file

@ -116,10 +116,6 @@ struct _GstVaapiVideoMemory
gboolean use_direct_rendering;
};
G_GNUC_INTERNAL
GQuark
gst_vaapi_video_memory_quark_get (void);
G_GNUC_INTERNAL
GstMemory *
gst_vaapi_video_memory_new (GstAllocator * allocator, GstVaapiVideoMeta * meta);