mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
audiovisualizer: remove double-setting of render function
No need to set the audiovisualizer->render function twice. Once is enough.
This commit is contained in:
parent
6cf97eb221
commit
26692836f2
1 changed files with 0 additions and 2 deletions
|
@ -149,8 +149,6 @@ gst_wave_scope_class_init (GstWaveScopeClass * g_class)
|
|||
gst_static_pad_template_get (&gst_wave_scope_src_template));
|
||||
gst_element_class_add_pad_template (gstelement_class,
|
||||
gst_static_pad_template_get (&gst_wave_scope_sink_template));
|
||||
|
||||
scope_class->render = GST_DEBUG_FUNCPTR (gst_wave_scope_render);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue