Revert "audiovisualizer: remove unused value"
This reverts commit 25c97570834d6de1c14424e71221d19eb0d33ee3. It is preferable to handle the retun of the setup function.
This commit is contained in:
parent
d2e309d341
commit
fc56b0742c
@ -759,7 +759,7 @@ gst_audio_visualizer_src_setcaps (GstAudioVisualizer * scope, GstCaps * caps)
|
||||
GST_MAP_READWRITE);
|
||||
|
||||
if (klass->setup)
|
||||
klass->setup (scope);
|
||||
res = klass->setup (scope);
|
||||
|
||||
GST_DEBUG_OBJECT (scope, "video: dimension %dx%d, framerate %d/%d",
|
||||
GST_VIDEO_INFO_WIDTH (&info), GST_VIDEO_INFO_HEIGHT (&info),
|
||||
|
Loading…
x
Reference in New Issue
Block a user