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
@ -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…
x
Reference in New Issue
Block a user