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:
parent
314e01e83f
commit
c9a8224553
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user