Hello,
Thank you for giving me notice the full-HD problem.
I had only tested some MP4 less than or equal to VGA size at that time.
And I want to stick to play video in Qt widget in order to use Qt features.
I knew qwidgetvideosink is very slow as you indicated, but I have not found a solution for them.
Do you konw how to cut corners to QImage ?
Therefore Do I have to create a new Qt video sink ?
By the way, it was good to play full-DH video following gst-launch command:
gst-launch \
filesrc location=/root/trailer_1080p.mov typefind=true ! \
decodebin2 name=d0 ! \
queue max-size-bytes=256 ! \
volume volume=1 ! \
alsasink \
d0. ! \
queue max-size-bytes=256 ! \
identity ! \
tee name=t0 ! \
queue max-size-bytes=256 ! \
mfw_isink display=TV \
t0. ! \
queue max-size-bytes=256 ! \
mfw_isink display=LCD
but many "VPU blocking: timeout." messages was reported by kernel.
So I will cut and try for a while.
Thanks.