mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue