GS Editing Services issues

Sandro Sacquegno sansac at gmail.com
Wed Apr 23 02:41:47 PDT 2014


Thanx a lot, Sebastian, for your "real time" answer! :)

I'll try the GSTREAMER_EXTRA_DEPS card, otherwise I'll wait for the fix :( .

Regards
Sandro


2014-04-23 11:22 GMT+02:00 Sebastian Dröge <sebastian at centricular.com>:

> 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
>
> _______________________________________________
> gstreamer-android mailing list
> gstreamer-android at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-android
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-android/attachments/20140423/0d2186f8/attachment.html>


More information about the gstreamer-android mailing list