audiovisualizer: avoid registering enum type of same name as libvisual plugin in -base
This commit is contained in:
parent
547d679e9e
commit
875b079d4b
@ -123,8 +123,9 @@ gst_audio_visualizer_shader_get_type (void)
|
|||||||
|
|
||||||
if (G_UNLIKELY (shader_type == 0)) {
|
if (G_UNLIKELY (shader_type == 0)) {
|
||||||
/* TODO: rename when exporting it as a library */
|
/* TODO: rename when exporting it as a library */
|
||||||
|
/* FIXME: -Bad- name */
|
||||||
shader_type =
|
shader_type =
|
||||||
g_enum_register_static ("GstAudioVisualizerShader-BaseExtVisual",
|
g_enum_register_static ("GstAudioVisualizerShader-Bad-BaseExtVisual",
|
||||||
shaders);
|
shaders);
|
||||||
}
|
}
|
||||||
return shader_type;
|
return shader_type;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user