- Some contents have no I-frame,
in this case, all the frame from demuxer will be dropped after seek.
[Version] 1.16.2-5
[Profile] Common
[Issue Type] Update
Change-Id: I90b4eb88cf34f96017f0136702414d9818822fd8
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
if (!self->started) {
if (!GST_VIDEO_CODEC_FRAME_IS_SYNC_POINT (frame)) {
+#ifdef TIZEN_FEATURE_OMX
+ GST_WARNING_OBJECT (self, "Not I frame[%"GST_TIME_FORMAT", but keep going...", GST_TIME_ARGS (frame->pts));
+#else /* TIZEN_FEATURE_OMX */
gst_video_decoder_drop_frame (GST_VIDEO_DECODER (self), frame);
return GST_FLOW_OK;
+#endif /* TIZEN_FEATURE_OMX */
}
if (gst_omx_port_is_flushing (self->dec_out_port)) {
Name: gst-omx
Summary: GStreamer plug-in that allows communication with OpenMAX IL components
Version: 1.16.2
-Release: 4
+Release: 5
License: LGPL-2.1+
Group: Multimedia/Framework
Source0: %{name}-%{version}.tar.gz