projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6106816
)
Fix incorrect return type in several functions
author
Nirbheek Chauhan
<nirbheek@centricular.com>
Thu, 27 Oct 2016 03:38:41 +0000
(09:08 +0530)
committer
Tim-Philipp Müller
<tim@centricular.com>
Sat, 9 Dec 2017 19:32:23 +0000
(19:32 +0000)
All these should return GstFlowReturn, not gboolean
ext/gl/gstglviewconvert.c
patch
|
blob
|
history
diff --git
a/ext/gl/gstglviewconvert.c
b/ext/gl/gstglviewconvert.c
index
ba05a11
..
617df44
100644
(file)
--- a/
ext/gl/gstglviewconvert.c
+++ b/
ext/gl/gstglviewconvert.c
@@
-88,7
+88,7
@@
static GstCaps *gst_gl_view_convert_element_fixate_caps (GstBaseTransform *
static GstFlowReturn
gst_gl_view_convert_element_submit_input_buffer (GstBaseTransform * trans,
gboolean is_discont, GstBuffer * input);
-static
gboolea
n
+static
GstFlowRetur
n
gst_gl_view_convert_element_generate_output_buffer (GstBaseTransform * bt,
GstBuffer ** outbuf);