- GST_OBJECT_LOCK/UNLOCK() was added before gst_v4l2_buffer_pool_streamoff()
in gst_v4l2_buffer_pool_flush() by upstream patch.
It caused timeout in gst_v4l2_buffer_pool_streamoff() for capture stream.
The issue is fixed.
[Version] 1.22.8-17
[Issue Type] Bug fix
Change-Id: I744f702649eda6cb2e98fa033498e6a03869942d
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Name: %{_name}
Version: 1.22.8
-Release: 16
+Release: 17
Summary: Streaming-Media Framework Runtime
License: LGPL-2.0+
Group: Multimedia/Framework
GST_OBJECT_LOCK (pool);
#ifdef TIZEN_FEATURE_V4L2_TBM_SUPPORT
- gst_v4l2_buffer_pool_streamoff (pool, FALSE);
+ gst_v4l2_buffer_pool_streamoff (pool, TRUE);
#else
gst_v4l2_buffer_pool_streamoff (pool);
#endif