summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2018-10-03 16:00:23 +0300
committerSebastian Dröge <sebastian@centricular.com>2018-10-03 16:00:23 +0300
commitb5ae66ea1dc019765e1f3ed6d3177de3ee6febb3 (patch)
treeca5613f9e7e6eabab9760432ca85a4f923b70429 /ext
parentf106a109941347ec7d7ff34c422889161f94f93c (diff)
downloadgstreamer-plugins-bad-b5ae66ea1dc019765e1f3ed6d3177de3ee6febb3.tar.gz
glstereomix: Fix build after deprecating misnamed GST_TYPE_GL_STEREO_DOWNMIX_MODE_TYPE
Diffstat (limited to 'ext')
-rw-r--r--ext/gl/gstglstereomix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gl/gstglstereomix.c b/ext/gl/gstglstereomix.c
index e2bf105d9..464fad135 100644
--- a/ext/gl/gstglstereomix.c
+++ b/ext/gl/gstglstereomix.c
@@ -185,7 +185,7 @@ gst_gl_stereo_mix_class_init (GstGLStereoMixClass * klass)
g_object_class_install_property (gobject_class, PROP_DOWNMIX_MODE,
g_param_spec_enum ("downmix-mode", "Mode for mono downmixed output",
"Output anaglyph type to generate when downmixing to mono",
- GST_TYPE_GL_STEREO_DOWNMIX_MODE_TYPE, DEFAULT_DOWNMIX,
+ GST_TYPE_GL_STEREO_DOWNMIX, DEFAULT_DOWNMIX,
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
gst_element_class_add_static_pad_template_with_gtype (element_class,