Fix incorrect return type in several functions
authorNirbheek Chauhan <nirbheek@centricular.com>
Thu, 27 Oct 2016 03:38:41 +0000 (09:08 +0530)
committerTim-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

index ba05a11..617df44 100644 (file)
@@ -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 gboolean
+static GstFlowReturn
 gst_gl_view_convert_element_generate_output_buffer (GstBaseTransform * bt,
     GstBuffer ** outbuf);