Patches to remove some compiling warnings for 0.10 branch

cee1 fykcee1 at gmail.com
Mon Mar 18 05:41:20 PDT 2013


2013/3/18 Sebastian Dröge <sebastian.droege at collabora.co.uk>:
> On Mo, 2013-03-18 at 20:16 +0800, cee1 wrote:
>> Something like:
>> * gstomx.c:289:9: warning: format '%u' expects argument of type
>> 'unsigned int', but argument 9 has type 'OMX_U32' [-Wformat]
>> * gstomx.c:335:9: warning: format '%x' expects argument of type
>> 'unsigned int', but argument 10 has type 'OMX_U32' [-Wformat]
>> * gstomxvideodec.c:411:5: warning: format '%d' expects argument of
>> type 'int', but argument 9 has type 'OMX_U32' [-Wformat]
>> * gstomxvideoenc.c:848:3: warning: format '%lu' expects argument of
>> type 'long unsigned int', but argument 9 has type 'OMX_TICKS'
>> [-Wformat]
>>
>> These warnings are generated under 'cerbero -c
>> configs/cross-android.cbc shell'(ubuntu)
>
> You do realize that OpenMAX IL is not public API on Android? There are
> even devices out there that don't use OpenMAX IL at all.
Thanks for your advice.
But the tables at our hand use OpenMAX IL and running android 4.0,
they won't receive 4.1 update in the near future. We have to try
OpenMAX anyway.

>> 2013/3/18 Sebastian Dröge <sebastian.droege at collabora.co.uk>:
>> > thanks for the patches but I don't really care about 0.10 anymore.
>> Does the 0.10 function as well as master? We're currently building on
>> top of sdk 2012.11, so hoping 0.10 branch can be minimum maintained.
>
> 0.10 is no longer maintained by the GStreamer team, the GStreamer SDK
> (which is a separate project) is still on 0.10 though and there will be
> new SDK releases based on 0.10 too.
> However gst-omx is not part of the GStreamer SDK.
>
> Apart from that I heard that the 0.10 git branch of gst-omx works on
> Raspberry Pi at least.
Thanks.



-- 
Regards,

- cee1


More information about the gstreamer-openmax mailing list