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:
Jan Schmidt 2016-08-12 22:17:25 +10:00
parent 16fb11cf33
commit b4a51e7835

View file

@ -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",