summaryrefslogtreecommitdiff
path: root/sys/applemedia/plugin.m
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@collabora.com>2013-11-07 14:26:22 +0000
committerSebastian Dröge <sebastian@centricular.com>2013-11-07 18:44:39 +0100
commitc9a822455382e9b7f98b435d778b21d805caf06e (patch)
treee1419714cae5b4c4af4e9491097806b9191e6c8d /sys/applemedia/plugin.m
parent314e01e83fae07242fa8b28e9617ccd0515c5b5a (diff)
downloadgstreamer-plugins-bad-c9a822455382e9b7f98b435d778b21d805caf06e.tar.gz
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
Diffstat (limited to 'sys/applemedia/plugin.m')
-rw-r--r--sys/applemedia/plugin.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/applemedia/plugin.m b/sys/applemedia/plugin.m
index b45b9d9ec..dd327b538 100644
--- a/sys/applemedia/plugin.m
+++ b/sys/applemedia/plugin.m
@@ -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