summaryrefslogtreecommitdiff
path: root/ext/gl
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-04-12 22:15:35 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-04-12 22:25:14 +0200
commite9dbcb69cdbb7d356f68b3c811a19d353ea6126c (patch)
tree0ab028832f9a82259a2750c6b40c5b97b5d91526 /ext/gl
parentae81268565e79c7088a9fda6a10b8650b44e3643 (diff)
downloadgstreamer-plugins-bad-e9dbcb69cdbb7d356f68b3c811a19d353ea6126c.tar.gz
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.
Diffstat (limited to 'ext/gl')
-rw-r--r--ext/gl/gstopengl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gl/gstopengl.c b/ext/gl/gstopengl.c
index d8f9d7b87..29fbd038c 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;
}