From 40ecf9838d9805f0c268893a8188594040559c43 Mon Sep 17 00:00:00 2001 From: Sejun Park Date: Wed, 21 Sep 2016 17:50:03 +0900 Subject: [PATCH] fixed svace issue Change-Id: Ibe934f3d3db34bb1e10964d727f38e7dc9313ef3 --- omx/gstomxvideodec.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/omx/gstomxvideodec.c b/omx/gstomxvideodec.c index a2040b4..96da10b 100755 --- a/omx/gstomxvideodec.c +++ b/omx/gstomxvideodec.c @@ -1871,7 +1871,7 @@ gst_omx_video_dec_negotiate (GstOMXVideoDec * self) GstCaps *templ_caps, *intersection; GstVideoFormat format; GstStructure *s; - const gchar *format_str; + const gchar *format_str = NULL; #ifdef TIZEN_FEATURE_OMX gchar *format_tmp; int i; @@ -1912,6 +1912,7 @@ gst_omx_video_dec_negotiate (GstOMXVideoDec * self) return FALSE; } +#ifdef TIZEN_FEATURE_OMX for(i=0; i