mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
gl/mixer: fix download check for failure
This commit is contained in:
parent
faa94a8737
commit
58aa3e9d64
1 changed files with 1 additions and 1 deletions
|
@ -1695,7 +1695,7 @@ gst_gl_mixer_process_textures (GstGLMixer * mix, GstBuffer * outbuf)
|
|||
mix_class->process_textures (mix, mix->frames, out_tex);
|
||||
|
||||
if (out_gl_wrapped) {
|
||||
if (gst_gl_download_perform_with_data (mix->download, out_tex,
|
||||
if (!gst_gl_download_perform_with_data (mix->download, out_tex,
|
||||
out_frame.data)) {
|
||||
GST_ELEMENT_ERROR (mix, RESOURCE, NOT_FOUND, ("%s",
|
||||
"Failed to download video frame"), (NULL));
|
||||
|
|
Loading…
Reference in a new issue