mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
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:
parent
1b3ba87d13
commit
8af91be222
1 changed files with 1 additions and 4 deletions
|
@ -31,9 +31,6 @@ G_DECLARE_FINAL_TYPE (GstMFDevice, gst_mf_device, GST, MF_DEVICE, GstDevice);
|
||||||
G_DECLARE_FINAL_TYPE (GstMFDeviceProvider,
|
G_DECLARE_FINAL_TYPE (GstMFDeviceProvider,
|
||||||
gst_mf_device_provider, GST, MF_DEVICE_PROVIDER, GstDeviceProvider);
|
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
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __GST_MF_DEVICE_H__ */
|
#endif /* __GST_MF_DEVICE_H__ */
|
Loading…
Reference in a new issue