From: Sebastian Dröge Date: Sat, 12 Apr 2014 20:15:35 +0000 (+0200) Subject: gl: Set glimagesink rank to SECONDARY X-Git-Tag: 1.19.3~507^2~11410 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e9dbcb69cdbb7d356f68b3c811a19d353ea6126c;p=platform%2Fupstream%2Fgstreamer.git gl: Set glimagesink rank to SECONDARY This is a full-featured video sink now and especially should be used instead of osxvideosink on OSX if available. --- diff --git a/ext/gl/gstopengl.c b/ext/gl/gstopengl.c index d8f9d7b..29fbd03 100644 --- a/ext/gl/gstopengl.c +++ b/ext/gl/gstopengl.c @@ -89,7 +89,7 @@ plugin_init (GstPlugin * plugin) #endif if (!gst_element_register (plugin, "glimagesink", - GST_RANK_MARGINAL, GST_TYPE_GLIMAGE_SINK)) { + GST_RANK_SECONDARY, GST_TYPE_GLIMAGE_SINK)) { return FALSE; }