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.
This commit is contained in:
Sebastian Dröge 2014-04-12 22:16:37 +02:00
parent eaee14aff4
commit 7c006edf8d

View file

@ -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,