Gstreamer Accelerated Decoding example in C?

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

Gstreamer Accelerated Decoding example in C?

跳至解决方案
2,009 次查看
Tarek
Senior Contributor I

Hi,

Is there any examples in C language on how to use gst-fsl API's for accelerated video decoding?

Thanks

标签 (4)
0 项奖励
回复
1 解答
1,469 次查看
rogerio_silva
NXP Employee
NXP Employee

Hi Tarek,

You can take a look on this page: https://community.freescale.com/docs/DOC-1378

Rgds

Rogerio

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,470 次查看
rogerio_silva
NXP Employee
NXP Employee

Hi Tarek,

You can take a look on this page: https://community.freescale.com/docs/DOC-1378

Rgds

Rogerio

0 项奖励
回复
1,469 次查看
Tarek
Senior Contributor I

Hi,

I have compiled the given application and got the following problem:

(playvideo:2088): GLib-GObject-WARNING **: g_object_set_valist: object class `GstVpuDec' has no property named `codec-type'

The gstreamer command line is working fine so I think all I need is to add the correct element.

Any suggestions will be much appreciated.

Rgrds,

Tarek

0 项奖励
回复
1,469 次查看
rogerio_silva
NXP Employee
NXP Employee

Seems that the string "codec-type" is not being recognized as a property name of some plugin.

You can check the available properties and their options by using:

gst-inspect <plugin name>

Rgds

Rogerio

0 项奖励
回复