Bug 204781 - Gstreamer play mp4 problem
Summary: Gstreamer play mp4 problem
Status: NEW
Alias: None
Product: v4l-dvb
Classification: Unclassified
Component: v4l-other (show other bugs)
Hardware: ARM Linux
: P1 normal
Assignee: v4l-other
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-05 13:29 UTC by Enrico Pelo
Modified: 2019-09-05 13:29 UTC (History)
0 users

See Also:
Kernel Version: Linux raspberry 4.19.
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Enrico Pelo 2019-09-05 13:29:07 UTC
hello,I’m building rpi4 image with poky for qt development but I’m not able to play mp4 h264 video files with gstreamer pipeline gst-launch-1.0 -e -vvv filesrc location=foo.mp4 ! qtdemux ! queue ! h264parse ! v4l2h264dec capture-io-mode=4 ! kmssink is there someone that can help me?
Gstreamer does not start play and after control-c I see 
Error: pipeline doesn’t want to petroli

But this pipeline
 gst-launch-1.0 -e -vvv filesrc location=big_buck_bunny_720p_h264.mov ! qtdemux ! queue ! h264parse ! v4l2h264dec capture-io-mode=4 ! kmssink

Works great in gpu

Any ideas?

Note You need to log in before you can comment on or make changes to this bug.