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:
4fe65c1
)
glcolorscale: fix compiler warning
author
Tim-Philipp Müller
<tim@centricular.com>
Sat, 25 Aug 2018 23:52:41 +0000
(
01:52
+0200)
committer
Tim-Philipp Müller
<tim@centricular.com>
Sun, 26 Aug 2018 09:16:23 +0000
(11:16 +0200)
gstglcolorscale.c(173): warning C4098: 'gst_gl_colorscale_gl_stop': 'void' function returning a value
ext/gl/gstglcolorscale.c
patch
|
blob
|
history
diff --git
a/ext/gl/gstglcolorscale.c
b/ext/gl/gstglcolorscale.c
index
88b71ef
..
74d0168
100644
(file)
--- a/
ext/gl/gstglcolorscale.c
+++ b/
ext/gl/gstglcolorscale.c
@@
-170,7
+170,7
@@
gst_gl_colorscale_gl_stop (GstGLBaseFilter * base_filter)
colorscale->shader = NULL;
}
-
return
GST_GL_BASE_FILTER_CLASS (parent_class)->gl_stop (base_filter);
+ GST_GL_BASE_FILTER_CLASS (parent_class)->gl_stop (base_filter);
}
static gboolean