Yeah I just put a junk string there for now, it compiles fine using my Droid X (running CyanogenMod) libraries. gst-inspect, gst-launch and audioexample work, but I'm running into the problem of having too many shared objects, and I can't bump SO_MAX since I'm not looking into recompiling the system.<br>
<br>Now out of curiosity, I'm kind of new to gstreamer so I was wondering if it's possible to include the ffmpeg plug-in in the compile? and if so what's the best way to do it?<br><br>Thanks!<br>Eduardo<br><br>
<div class="gmail_quote">On Tue, Nov 15, 2011 at 6:56 PM, Reynaldo H. Verdejo Pinochet <span dir="ltr"><<a href="mailto:reynaldo@opendot.cl" target="_blank">reynaldo@opendot.cl</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Eduardo<br>
<br>
On 11/15/2011 07:54 PM, Eduardo b wrote:<br>
> [..]<br>
><br>
> Compile arm : gstomx <= gstomx_conf.c<br>
> /home/intel/Downloads/<br>
> gstreamer_ndk_bundle/jni/../gst-openmax/omx/gstomx_conf.c:2: error:<br>
> expected expression before ';' token<br>
> make: ***<br>
> [/home/intel/Downloads/gstreamer_ndk_bundle/obj/local/armeabi/objs-debug/gstomx/gstomx_conf.o]<br>
> Error 1<br>
><br>
> Now, inspecting the file gstomx_conf.c, the contents are the following:<br>
><br>
> const char *default_config =<br>
> ;<br>
<br>
I should post a workaround for that one soon. In the mean time, just<br>
edit that file so it reads:<br>
<br>
const char *default_config;<br>
<br>
And try again. It should work.<br>
<br>
Best regards<br>
<span><font color="#888888"><br>
--<br>
Reynaldo<br>
_______________________________________________<br>
gstreamer-android mailing list<br>
<a href="mailto:gstreamer-android@lists.freedesktop.org" target="_blank">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>
</font></span></blockquote></div><br>