mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
winks: Give the ksvideosrc PRIMARY rank
It's the primary video source on Windows, so give it a rank for autoplugging by camerabin and friends
This commit is contained in:
parent
16fb11cf33
commit
b4a51e7835
1 changed files with 1 additions and 1 deletions
|
@ -1013,7 +1013,7 @@ plugin_init (GstPlugin * plugin)
|
|||
0, "Kernel streaming video source");
|
||||
|
||||
if (!gst_element_register (plugin, "ksvideosrc",
|
||||
GST_RANK_NONE, GST_TYPE_KS_VIDEO_SRC))
|
||||
GST_RANK_PRIMARY, GST_TYPE_KS_VIDEO_SRC))
|
||||
return FALSE;
|
||||
|
||||
if (!gst_device_provider_register (plugin, "ksdeviceprovider",
|
||||
|
|
Loading…
Reference in a new issue