JeffyCN / rockchip_mirrors

Mirrors of a few Rockchip BSP repositories, some others in https://github.com/JeffyCN/mirrors.
Other
10 stars 2 forks source link

gstreamer-rockchip: low framerate when encoding under kenel 6.1 #46

Closed amazingfate closed 4 months ago

amazingfate commented 4 months ago

mpp kernel driver version: mpp_service mpp-srv: 6849c1e28b7b author: Ding Wei 2023-12-28 video: rockchip: mpp: px30: fix issue combo_init when device probe This issue is introduced by commit https://github.com/JeffyCN/rockchip_mirrors/commit/3e5d9516efa1528b5d31d386f1c462956ae68475

amazingfate commented 4 months ago

gstreamer test pipeline:

gst-launch-1.0 videotestsrc ! queue ! mpph265enc ! fpsdisplaysink video-sink=fakesink -v
JeffyCN commented 4 months ago

the mpp and kernel needs to update maybe, i will try to sync it

JeffyCN commented 4 months ago

cannot reproduce this issue. that commit has 2 fix-up in last year, did you test with the newest version?

and i've uploaded the new mpp and kernel as well.

amazingfate commented 4 months ago

I've updated mpp and gstreamer-rockchip except kernel to latest and issue is still there. I will try commits from kernel https://github.com/JeffyCN/mirrors/commits/kernel-6.1/drivers/video/rockchip/mpp to see it that will fix.

JeffyCN commented 4 months ago

@HermanChen please check it

amazingfate commented 4 months ago

The latest gstreamer-rockchip fixed. It should be this commit that fixes.