omxvideodec : Initialization of acquired omx buffer 66/189066/1 accepted/tizen/unified/20180914.073152 submit/tizen/20180913.065409
authorSejun Park <sejun79.park@samsung.com>
Thu, 13 Sep 2018 06:40:15 +0000 (15:40 +0900)
committerSejun Park <sejun79.park@samsung.com>
Thu, 13 Sep 2018 06:41:22 +0000 (15:41 +0900)
- omx buffer is not initialized, causing FillThisBuffer to be called successively

Change-Id: I55818ac9ebdbd5fb4bd7a0c8d88b69c2aeaadcf8

omx/gstomxvideodec.c
packaging/gst-omx.spec

index aba21e3..905bf08 100644 (file)
@@ -1573,6 +1573,8 @@ gst_omx_video_dec_loop (GstOMXVideoDec * self)
         outbuf =
             copy_frame (&GST_OMX_BUFFER_POOL (self->out_port_pool)->video_info,
             outbuf);
+
+      buf = NULL;
     } else {
       outbuf =
           gst_video_decoder_allocate_output_buffer (GST_VIDEO_DECODER (self));
index 4dbeef2..4555cd1 100755 (executable)
@@ -1,7 +1,7 @@
 Name:           gst-omx
 Summary:        GStreamer plug-in that allows communication with OpenMAX IL components
 Version:        1.3.0
-Release:        0
+Release:        1
 License:        LGPL-2.1+
 Group:          Multimedia/Framework
 Source0:        %{name}-%{version}.tar.gz