mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
applemedia: bump the rank of qtkitvideosrc to PRIMARY
This commit is contained in:
parent
adc0817b2a
commit
e21e8ddd4e
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ plugin_init (GstPlugin * plugin)
|
||||||
#else
|
#else
|
||||||
enable_mt_mode ();
|
enable_mt_mode ();
|
||||||
|
|
||||||
res = gst_element_register (plugin, "qtkitvideosrc", GST_RANK_NONE,
|
res = gst_element_register (plugin, "qtkitvideosrc", GST_RANK_PRIMARY,
|
||||||
GST_TYPE_QTKIT_VIDEO_SRC);
|
GST_TYPE_QTKIT_VIDEO_SRC);
|
||||||
res &= gst_element_register (plugin, "miovideosrc", GST_RANK_NONE,
|
res &= gst_element_register (plugin, "miovideosrc", GST_RANK_NONE,
|
||||||
GST_TYPE_MIO_VIDEO_SRC);
|
GST_TYPE_MIO_VIDEO_SRC);
|
||||||
|
|
Loading…
Reference in a new issue