From 7c006edf8da285f8a4020b1c63b69176ea0ad8fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 12 Apr 2014 22:16:37 +0200 Subject: [PATCH] osxvideosink: Set rank to MARGINAL If available we prefer using glimagesink over osxvideosink. It supports more formats and in general has more features than osxvideosink. --- sys/osxvideo/osxvideosink.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/osxvideo/osxvideosink.m b/sys/osxvideo/osxvideosink.m index 47956978de..84a445bd61 100644 --- a/sys/osxvideo/osxvideosink.m +++ b/sys/osxvideo/osxvideosink.m @@ -1016,7 +1016,7 @@ plugin_init (GstPlugin * plugin) { if (!gst_element_register (plugin, "osxvideosink", - GST_RANK_PRIMARY, GST_TYPE_OSX_VIDEO_SINK)) + GST_RANK_MARGINAL, GST_TYPE_OSX_VIDEO_SINK)) return FALSE; GST_DEBUG_CATEGORY_INIT (gst_debug_osx_video_sink, "osxvideosink", 0,