From 78acb90a80d97c429cf1acc731429670c2c611a4 Mon Sep 17 00:00:00 2001 From: Andoni Morales Alastruey Date: Fri, 11 Apr 2014 12:29:17 +0200 Subject: jp2kdecimator: fix maybe-uninitialized compiler error --- gst/jp2kdecimator/gstjp2kdecimator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/jp2kdecimator') diff --git a/gst/jp2kdecimator/gstjp2kdecimator.c b/gst/jp2kdecimator/gstjp2kdecimator.c index dfce75ac9..78c1fd4bf 100644 --- a/gst/jp2kdecimator/gstjp2kdecimator.c +++ b/gst/jp2kdecimator/gstjp2kdecimator.c @@ -232,7 +232,7 @@ gst_jp2k_decimator_sink_chain (GstPad * pad, GstObject * parent, { GstJP2kDecimator *self = GST_JP2K_DECIMATOR (parent); GstFlowReturn ret; - GstBuffer *outbuf; + GstBuffer *outbuf = NULL; GST_LOG_OBJECT (pad, "Handling inbuf with timestamp %" GST_TIME_FORMAT " and duration %" -- cgit v1.2.1