<div dir="ltr">Thanx a lot, Sebastian, for your "real time" answer! :)<div><br></div><div>I'll try the <span style="font-family:arial,sans-serif;font-size:13px">GSTREAMER_EXTRA_DEPS card, otherwise I'll wait for the fix :( .</span></div>
<div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">Regards</span></div><div><span style="font-family:arial,sans-serif;font-size:13px">Sandro</span></div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-04-23 11:22 GMT+02:00 Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On Mi, 2014-04-23 at 11:11 +0200, Sandro Sacquegno wrote:<br>
> Hi,<br>
><br>
> I long awaited the new release, particularly for the Editing Services, but<br>
> unfortunately I can't get it work.<br>
><br>
> I just did this for a quick check:<br>
><br>
</div>> 1) inserted #*include* <ges <<a href="http://code.metager.de/source/s?path=ges/" target="_blank">http://code.metager.de/source/s?path=ges/</a>>/<br>
> ges.h <<a href="http://code.metager.de/source/s?path=ges/ges.h" target="_blank">http://code.metager.de/source/s?path=ges/ges.h</a>>><br>
<div class="">> 2) inserted ges_init()<br>
> 3) compiler complained about missing ges-version.h<br>
> 4) actually it was missing: I get one from a ges tarball I had<br>
> 5) modified ges-version.h from:<br>
>    #define GES_VERSION_MAJOR (@GES_VERSION_MAJOR@)<br>
>    #define GES_VERSION_MINOR (@GES_VERSION_MINOR@)<br>
>    #define GES_VERSION_MICRO (@GES_VERSION_MICRO@)<br>
>    #define GES_VERSION_NANO  (@GES_VERSION_NANO@)<br>
>     to<br>
>    #define GES_VERSION_MAJOR 1<br>
>    #define GES_VERSION_MINOR 0<br>
>    #define GES_VERSION_MICRO 0<br>
>    #define GES_VERSION_NANO  0<br>
<br>
</div>Hrm yes, there was a bug in the GES release that caused it to not<br>
install the ges-version.h file. The correct version would be 1.2.0.0 but<br>
what you did there should work too.<br>
<br>
Will be fixed with the next release, sorry.<br>
<div class=""><br>
> 6) now doesn't complain anymore (of course) with missing ges-version.h, but<br>
> it complains with "undefined reference to 'ges_init'" and with whatever<br>
> ges_xxxx invocation I put in my code.<br>
><br>
> It seems it doesn't see the lib object.<br>
> BTW: which is the ges *.a module?<br>
<br>
</div>Try adding gst-editing-services-1.0 to GSTREAMER_EXTRA_DEPS in your<br>
Android.mk.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Sebastian Dröge, Centricular Ltd - <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
Expertise, Straight from the Source<br>
</font></span><br>_______________________________________________<br>
gstreamer-android mailing list<br>
<a href="mailto:gstreamer-android@lists.freedesktop.org">gstreamer-android@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-android" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-android</a><br>
<br></blockquote></div><br></div>