<div dir="ltr"><div>Thank you very much :)<br></div>I'll give it a try today<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Jun 28, 2014 at 11:57 AM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On Sa, 2014-06-28 at 02:32 +0300, Roi Bareket wrote:<br>
> Hi Everyone,<br>
> I'm trying to create an android application that will edit movies.<br>
> i tried to do the most basic thing using the latest build provided for<br>
> android<br>
> * GStreamer SDK 2013.6 (Congo) for Android ARM (Release, tar.bz2)<br>
</div>> <<a href="http://cdn.gstreamer.com/android/arm/gstreamer-sdk-android-arm-release-2013.6.tar.bz2" target="_blank">http://cdn.gstreamer.com/android/arm/gstreamer-sdk-android-arm-release-2013.6.tar.bz2</a>><br>

><br>
> [...]<br>
<br>
The binaries from <a href="http://gstreamer.com" target="_blank">gstreamer.com</a> are using the old 0.10 version that is<br>
no longer supported and maintained since a few years, and <a href="http://gstreamer.com" target="_blank">gstreamer.com</a><br>
has no connection to the GStreamer project.<br>
<br>
You can get the official binaries using the very latest version of<br>
GStreamer from here:<br>
<a href="http://gstreamer.freedesktop.org/data/pkg/android/1.2.4.1/" target="_blank">http://gstreamer.freedesktop.org/data/pkg/android/1.2.4.1/</a><br>
<br>
They work basically the same but use a much newer version.<br>
<br>
> Android.mk:<br>
><br>
> [...]<br>
> GSTREAMER_PLUGINS         := coreelements<br>
<br>
You have to add<br>
GSTREAMER_EXTRA_DEPS := ges-1.0<br>
to the Android.mk below the plugins, and make sure that<br>
GSTREAMER_PLUGINS contains $(GSTREAMER_PLUGINS_EDITING)<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>