GNOME Bugzilla – Bug 711614
avfvideosrc: set rank to GST_PRIMARY
Last modified: 2013-11-07 17:45:49 UTC
This patches makes avfvideosrc to be used with autodetection and be prefered over qtkitvideosrc since it is deprecated since OS X 10.9.
Created attachment 259184 [details] [review] avfvideosrc: set rank to GST_RANK_PRIMARY + 1
Comment on attachment 259184 [details] [review] avfvideosrc: set rank to GST_RANK_PRIMARY + 1 Make it PRIMARY here, and lower the rank of qtkitvideosrc to SECONDARY IMHO
Created attachment 259193 [details] [review] [PATCH 1/2] avfvideosrc: set rank to GST_RANK_PRIMARY
Created attachment 259194 [details] [review] [PATCH 2/2] qtkitvideosrc: lower rank to GST_RANK_SECONDARY
commit c9a822455382e9b7f98b435d778b21d805caf06e Author: Matthieu Bouron <matthieu.bouron@collabora.com> Date: Thu Nov 7 14:26:22 2013 +0000 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 commit 314e01e83fae07242fa8b28e9617ccd0515c5b5a Author: Matthieu Bouron <matthieu.bouron@collabora.com> Date: Thu Nov 7 13:33:36 2013 +0000 avfvideosrc: set rank to GST_RANK_PRIMARY Makes avfvideosrc to be used with autodetection. https://bugzilla.gnome.org/show_bug.cgi?id=711614