mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
visual: cleanup
Shameful fix to a silly mistake in the previous commit. Above email address for any mockery
This commit is contained in:
parent
1bb169410e
commit
4d6f318fc9
1 changed files with 1 additions and 1 deletions
|
@ -750,7 +750,7 @@ gst_audio_visualizer_src_setcaps (GstAudioVisualizer * scope, GstCaps * caps)
|
|||
gst_video_frame_map (&scope->tempframe, &scope->vinfo, scope->tempbuf,
|
||||
GST_MAP_READWRITE);
|
||||
|
||||
if (klass->setup && !klass->setup)
|
||||
if (klass->setup && !klass->setup (scope))
|
||||
goto setup_failed;
|
||||
|
||||
GST_DEBUG_OBJECT (scope, "video: dimension %dx%d, framerate %d/%d",
|
||||
|
|
Loading…
Reference in a new issue