Gstreamer Accelerated Decoding example in C?

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

Gstreamer Accelerated Decoding example in C?

Jump to solution
1,161 Views
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

Labels (4)
0 Kudos
1 Solution
621 Views
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

View solution in original post

0 Kudos
3 Replies
622 Views
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 Kudos
621 Views
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 Kudos
621 Views
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 Kudos