GS Editing Services issues

Sebastian Dröge sebastian at centricular.com
Wed Apr 23 02:22:21 PDT 2014


On Mi, 2014-04-23 at 11:11 +0200, Sandro Sacquegno wrote:
> Hi,
> 
> I long awaited the new release, particularly for the Editing Services, but
> unfortunately I can't get it work.
> 
> I just did this for a quick check:
> 
> 1) inserted #*include* <ges <http://code.metager.de/source/s?path=ges/>/
> ges.h <http://code.metager.de/source/s?path=ges/ges.h>>
> 2) inserted ges_init()
> 3) compiler complained about missing ges-version.h
> 4) actually it was missing: I get one from a ges tarball I had
> 5) modified ges-version.h from:
>    #define GES_VERSION_MAJOR (@GES_VERSION_MAJOR@)
>    #define GES_VERSION_MINOR (@GES_VERSION_MINOR@)
>    #define GES_VERSION_MICRO (@GES_VERSION_MICRO@)
>    #define GES_VERSION_NANO  (@GES_VERSION_NANO@)
>     to
>    #define GES_VERSION_MAJOR 1
>    #define GES_VERSION_MINOR 0
>    #define GES_VERSION_MICRO 0
>    #define GES_VERSION_NANO  0

Hrm yes, there was a bug in the GES release that caused it to not
install the ges-version.h file. The correct version would be 1.2.0.0 but
what you did there should work too.

Will be fixed with the next release, sorry.

> 6) now doesn't complain anymore (of course) with missing ges-version.h, but
> it complains with "undefined reference to 'ges_init'" and with whatever
> ges_xxxx invocation I put in my code.
> 
> It seems it doesn't see the lib object.
> BTW: which is the ges *.a module?

Try adding gst-editing-services-1.0 to GSTREAMER_EXTRA_DEPS in your
Android.mk.

-- 
Sebastian Dröge, Centricular Ltd - http://www.centricular.com
Expertise, Straight from the Source
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-android/attachments/20140423/e6f9c3ba/attachment.sig>


More information about the gstreamer-android mailing list