diff options
author | Matthew Waters <matthew@centricular.com> | 2015-04-29 22:38:00 +1000 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2015-04-30 11:26:33 +1000 |
commit | be938f92d94e8acccf593128281f6e09213600a0 (patch) | |
tree | 70c93342dfa29ff119cd7ece56d3fba20a513edd /ext/gl/gstopengl.c | |
parent | 59fb0f830f08e3e59f87f83df8fa3c2d9f3d9741 (diff) | |
download | gstreamer-plugins-bad-be938f92d94e8acccf593128281f6e09213600a0.tar.gz |
Revert "glimagesink: implement as a bin"
This reverts commit 8a0017e21d5f9a8507f0593c6b24f723aa415258.
Diffstat (limited to 'ext/gl/gstopengl.c')
-rw-r--r-- | ext/gl/gstopengl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gl/gstopengl.c b/ext/gl/gstopengl.c index 556f0cce0..74c28574e 100644 --- a/ext/gl/gstopengl.c +++ b/ext/gl/gstopengl.c @@ -112,7 +112,7 @@ plugin_init (GstPlugin * plugin) #endif if (!gst_element_register (plugin, "glimagesink", - GST_RANK_SECONDARY, gst_gl_image_sink_bin_get_type ())) { + GST_RANK_SECONDARY, GST_TYPE_GLIMAGE_SINK)) { return FALSE; } |