mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
audiovisualizer: revert renaming of the type
The special type name was lost when merging from base.
This commit is contained in:
parent
c1d8efcc73
commit
c1923a6755
1 changed files with 2 additions and 3 deletions
|
@ -123,10 +123,9 @@ gst_audio_visualizer_shader_get_type (void)
|
|||
|
||||
if (G_UNLIKELY (shader_type == 0)) {
|
||||
/* TODO: rename when exporting it as a library */
|
||||
/* FIXME: -Bad- name */
|
||||
shader_type =
|
||||
g_enum_register_static ("GstAudioVisualizerShader-Bad-BaseExtVisual",
|
||||
shaders);
|
||||
g_enum_register_static
|
||||
("GstAudioVisualizerShader-BadGstAudioVisualizers", shaders);
|
||||
}
|
||||
return shader_type;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue