Gstreamer Accelerated Decoding example in C?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Gstreamer Accelerated Decoding example in C?

ソリューションへジャンプ
1,295件の閲覧回数
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 解決策
755件の閲覧回数
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 返答(返信)
756件の閲覧回数
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 件の賞賛
755件の閲覧回数
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 件の賞賛
755件の閲覧回数
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 件の賞賛