mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
directshow: Demote rank of device provider to GST_RANK_NONE
Current directshow plugin seems to be unstable and unmaintained for many many years. See https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3323 and https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1828 Disable this device provider by default to avoid any side-effect of this plugin Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3355>
This commit is contained in:
parent
bb86728a1a
commit
ded3e7c81a
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ plugin_init (GstPlugin * plugin)
|
||||||
GST_RANK_NONE, GST_TYPE_DSHOWVIDEOSRC);
|
GST_RANK_NONE, GST_TYPE_DSHOWVIDEOSRC);
|
||||||
|
|
||||||
gst_device_provider_register (plugin, "dshowdeviceprovider",
|
gst_device_provider_register (plugin, "dshowdeviceprovider",
|
||||||
GST_RANK_MARGINAL, GST_TYPE_DSHOW_DEVICE_PROVIDER);
|
GST_RANK_NONE, GST_TYPE_DSHOW_DEVICE_PROVIDER);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue