<div dir="ltr">







<p class=""><span class="">Hi all I've recompiled with gstreamer-1.0-android-arm-1.7.90 library under Android but I cannot find </span></p><p class=""><font size="1">03-19 10:30:53.588  3110  3157 W GStreamer+uridecodebin: 0:00:15.625693290 0x9f910c90 gsturidecodebin.c:1006:no_more_pads_full:<uridecodebin0> error: no suitable plugins found:<br></font><span style="font-size:x-small">03-19 10:30:53.588</span><span style="font-size:x-small">  </span><span style="font-size:x-small">3110</span><span style="font-size:x-small">  </span><span style="font-size:x-small">3157 W GStreamer+uridecodebin: gstdecodebin2.c(4581): gst_decode_bin_expose (): /GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0:<br></span><span style="font-size:x-small">03-19 10:30:53.588</span><span style="font-size:x-small">  </span><span style="font-size:x-small">3110</span><span style="font-size:x-small">  </span><span style="font-size:x-small">3157 W GStreamer+uridecodebin: no suitable plugins found:<br></span><span style="font-size:x-small">03-19 10:30:53.588</span><span style="font-size:x-small">  </span><span style="font-size:x-small">3110</span><span style="font-size:x-small">  </span><span style="font-size:x-small">3157 W GStreamer+uridecodebin: Missing decoder: MPEG-2 AAC (audio/mpeg, framed=(boolean)true, mpegversion=(int)2, level=(string)1, profile=(string)lc, rate=(int)22050, channels=(int)2, stream-format=(string)adts)</span></p><p class="">This is GSTREAMER_PLUGINS and I've added  GSTREAMER_PLUGINS_CODECS_RESTRICTED</p><p class="">This is my Android.mk</p><p class=""><font size="1">LOCAL_PATH := $(call my-dir)<br></font><span style="font-size:x-small">include $(CLEAR_VARS)<br></span><span style="font-size:x-small">LOCAL_MODULE    := radio_streaming<br></span><span style="font-size:x-small">LOCAL_SRC_FILES := radio_streaming.c<br></span><span style="font-size:x-small">LOCAL_SHARED_LIBRARIES := gstreamer_android<br></span><span style="font-size:x-small">LOCAL_LDLIBS := -llog -landroid</span><span style="font-size:x-small"><br></span></p><p class=""><span style="font-size:x-small">include $(BUILD_SHARED_LIBRARY)<br></span><span style="font-size:x-small">GSTREAMER_ROOT := <abs_path>gstreamer/gstreamer-1.0-android-$(TARGET_ARCH)</span><span style="font-size:x-small">ifndef GSTREAMER_ROOT<br></span><span style="font-size:x-small">ifndef GSTREAMER_ROOT_ANDROID<br></span><span style="font-size:x-small">$(error GSTREAMER_ROOT_ANDROID is not defined!)<br></span><span style="font-size:x-small">endif<br></span><span style="font-size:x-small">GSTREAMER_ROOT        := $(GSTREAMER_ROOT_ANDROID)<br></span><span style="font-size:x-small">endif</span></p><p class=""><font size="1">GSTREAMER_NDK_BUILD_PATH  := $(GSTREAMER_ROOT)/share/gst-android/ndk-build/<br></font><span style="font-size:x-small">include $(GSTREAMER_NDK_BUILD_PATH)/<a href="http://plugins.mk">plugins.mk</a><br></span><span style="font-size:x-small">GSTREAMER_PLUGINS         := $(GSTREAMER_PLUGINS_CORE) \<br></span><span style="font-size:x-small">$(GSTREAMER_PLUGINS_PLAYBACK) \<br></span><span style="font-size:x-small">$(GSTREAMER_PLUGINS_CODECS) \<br></span><span style="font-size:x-small">$(GSTREAMER_PLUGINS_CODECS_RADIO) \<br></span><span style="font-size:x-small">$(GSTREAMER_PLUGINS_NET) \<br></span><span style="font-size:x-small">$(GSTREAMER_PLUGINS_SYS) \<br></span><span style="font-size:x-small">$(GSTREAMER_PLUGINS_CODECS_RESTRICTED)</span></p><p class=""><span style="font-size:x-small">G_IO_MODULES              := gnutls</span><br></p><p class=""><font size="1">GSTREAMER_EXTRA_DEPS      := gstreamer-video-1.0<br></font><span style="font-size:x-small">include $(GSTREAMER_NDK_BUILD_PATH)/<a href="http://gstreamer-1.0.mk">gstreamer-1.0.mk</a></span></p><p class="">What's wrong?</p><p class="">Thanks in advance</p><p class="">Elio</p></div>