qtkitvideosrc: lower rank to GST_RANK_SECONDARY

Makes avfvideosrc be prefered over qtkitvideosrc since it is deprecated
with OS X 10.9.

https://bugzilla.gnome.org/show_bug.cgi?id=711614
This commit is contained in:
Matthieu Bouron 2013-11-07 14:26:22 +00:00 committed by Sebastian Dröge
parent 314e01e83f
commit c9a8224553

View file

@ -58,7 +58,7 @@ plugin_init (GstPlugin * plugin)
#else
enable_mt_mode ();
res = gst_element_register (plugin, "qtkitvideosrc", GST_RANK_PRIMARY,
res = gst_element_register (plugin, "qtkitvideosrc", GST_RANK_SECONDARY,
GST_TYPE_QTKIT_VIDEO_SRC);
#endif