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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
1,048 次查看
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

标签 (4)
标记 (3)
0 项奖励
回复
1 解答
729 次查看
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 项奖励
回复
1 回复
730 次查看
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 项奖励
回复