mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
Revert "audiovisualizer: remove unused value"
This reverts commit 25c9757083
.
It is preferable to handle the retun of the setup function.
This commit is contained in:
parent
d2e309d341
commit
fc56b0742c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue