projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a907071
)
gl/mixer: fix download check for failure
author
Matthew Waters
<ystreet00@gmail.com>
Mon, 17 Mar 2014 19:43:35 +0000
(20:43 +0100)
committer
Tim-Philipp Müller
<tim@centricular.com>
Sat, 9 Dec 2017 19:31:35 +0000
(19:31 +0000)
gst-libs/gst/gl/gstglmixer.c
patch
|
blob
|
history
diff --git
a/gst-libs/gst/gl/gstglmixer.c
b/gst-libs/gst/gl/gstglmixer.c
index 267ff475cd93006c416a811877a0876ed599bdba..605d25af2cb4efe5612232e38895aa32be35b8a4 100644
(file)
--- a/
gst-libs/gst/gl/gstglmixer.c
+++ b/
gst-libs/gst/gl/gstglmixer.c
@@
-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));