mediafoundation: Fix redefinition of variables.

Remove duplicate GstMFDevice and GstMFDeviceProvider declaration.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1884>
This commit is contained in:
Biswapriyo Nath 2020-12-16 00:28:08 +05:30 committed by GStreamer Merge Bot
parent 1b3ba87d13
commit 8af91be222

View file

@ -31,9 +31,6 @@ G_DECLARE_FINAL_TYPE (GstMFDevice, gst_mf_device, GST, MF_DEVICE, GstDevice);
G_DECLARE_FINAL_TYPE (GstMFDeviceProvider,
gst_mf_device_provider, GST, MF_DEVICE_PROVIDER, GstDeviceProvider);
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstMFDevice, gst_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstMFDeviceProvider, gst_object_unref)
G_END_DECLS
#endif /* __GST_MF_DEVICE_H__ */
#endif /* __GST_MF_DEVICE_H__ */