3 fixes to mtk-vcodec 1. we found out that the vp8 encoder should support the vp8 profile ctrl for the gstreamer to work 2. some bug fix related the streaming start/stop 3. some cleanup Dafna Hirschfeld (3): media: mtk-vcodec: enc: add vp8 profile ctrl media: mtk-vcodec: enc: use "stream_started" flag for "stop/start_streaming" meida: mtk-vcodec: remove unused func parameter .../media/platform/mtk-vcodec/mtk_vcodec_drv.h | 4 ++++ .../media/platform/mtk-vcodec/mtk_vcodec_enc.c | 18 ++++++++++++++++++ .../platform/mtk-vcodec/venc/venc_h264_if.c | 9 +++------ .../platform/mtk-vcodec/venc/venc_vp8_if.c | 3 +-- .../media/platform/mtk-vcodec/venc_vpu_if.c | 1 - .../media/platform/mtk-vcodec/venc_vpu_if.h | 1 - 6 files changed, 26 insertions(+), 10 deletions(-) -- 2.17.1