How do I obtain a decoded H264 frame from Gstreamer on i.MX6

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How do I obtain a decoded H264 frame from Gstreamer on i.MX6

Jump to solution
957 Views
ralph__
Contributor IV

I have a gstreamer pipeline that displays decoded H264 video on /dev/video17 (i.e. my HDMI output).

My question is, how do I capture decoded H264 frames? Ideally I'd like all the frames to be copied to /dev/fb0 but I tried that and it doesn't work.

Is there a way for an application to get the decoded H264 frames from the gstreamer pipeline?

Thanks,

Ralph

Labels (4)
Tags (3)
0 Kudos
1 Solution
638 Views
ralph__
Contributor IV

Okay I have this working now. There is an imx gstreamer element called mfw_ipucsc which can do hardware colourspace conversion and the output of this can be fed to an appsink for an application to handle.

View solution in original post

0 Kudos
1 Reply
639 Views
ralph__
Contributor IV

Okay I have this working now. There is an imx gstreamer element called mfw_ipucsc which can do hardware colourspace conversion and the output of this can be fed to an appsink for an application to handle.

0 Kudos