imx6 / mainline linux / basic problems

Fabio Estevam festevam at gmail.com
Wed Feb 4 06:42:51 PST 2015


On Wed, Feb 4, 2015 at 9:15 AM, Ian Molton <imolton at ad-holdings.co.uk> wrote:

> Can anyone offer a suggestion on how I can actually get the data out of the
> decoder without making the whole exercise a waste of time? I don't really
> care if the data goes to a screen or a file, or another PC, but surely it
> has to be possible?

With the following pipeline I was able to decode video and see it
playing on screen:

gst-launch-1.0 filesrc
location=/home/H264_test1_Talkinghead_mp4_480x360.mp4 ! qtdemux !
h264parse ! v4l2video1dec ! videoconvert ! fbdevsink

Haven't tried 1080p though.


More information about the gstreamer-devel mailing list