summaryrefslogtreecommitdiff
path: root/gst/jp2kdecimator
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2014-04-11 12:29:17 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2014-04-11 12:29:17 +0200
commit78acb90a80d97c429cf1acc731429670c2c611a4 (patch)
tree37186476af3531341459df58b6f1597109efde71 /gst/jp2kdecimator
parent998e19896b24341e9adf26523c4512a35305c227 (diff)
downloadgstreamer-plugins-bad-78acb90a80d97c429cf1acc731429670c2c611a4.tar.gz
jp2kdecimator: fix maybe-uninitialized compiler error
Diffstat (limited to 'gst/jp2kdecimator')
-rw-r--r--gst/jp2kdecimator/gstjp2kdecimator.c2
1 files changed, 1 insertions, 1 deletions
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 %"