Android 1.7.90: Missing plugin MPEG-2 AAC

elio francesconi elio.francesconi at gmail.com
Sat Mar 19 09:50:17 UTC 2016


Hi all I've recompiled with gstreamer-1.0-android-arm-1.7.90 library under
Android but I cannot find

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:
03-19 10:30:53.588  3110  3157 W GStreamer+uridecodebin:
gstdecodebin2.c(4581): gst_decode_bin_expose ():
/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0:
03-19 10:30:53.588  3110  3157 W GStreamer+uridecodebin: no suitable
plugins found:
03-19 10:30:53.588  3110  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)

This is GSTREAMER_PLUGINS and I've
added  GSTREAMER_PLUGINS_CODECS_RESTRICTED

This is my Android.mk

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE    := radio_streaming
LOCAL_SRC_FILES := radio_streaming.c
LOCAL_SHARED_LIBRARIES := gstreamer_android
LOCAL_LDLIBS := -llog -landroid

include $(BUILD_SHARED_LIBRARY)
GSTREAMER_ROOT :=
<abs_path>gstreamer/gstreamer-1.0-android-$(TARGET_ARCH)ifndef
GSTREAMER_ROOT
ifndef GSTREAMER_ROOT_ANDROID
$(error GSTREAMER_ROOT_ANDROID is not defined!)
endif
GSTREAMER_ROOT        := $(GSTREAMER_ROOT_ANDROID)
endif

GSTREAMER_NDK_BUILD_PATH  := $(GSTREAMER_ROOT)/share/gst-android/ndk-build/
include $(GSTREAMER_NDK_BUILD_PATH)/plugins.mk
GSTREAMER_PLUGINS         := $(GSTREAMER_PLUGINS_CORE) \
$(GSTREAMER_PLUGINS_PLAYBACK) \
$(GSTREAMER_PLUGINS_CODECS) \
$(GSTREAMER_PLUGINS_CODECS_RADIO) \
$(GSTREAMER_PLUGINS_NET) \
$(GSTREAMER_PLUGINS_SYS) \
$(GSTREAMER_PLUGINS_CODECS_RESTRICTED)

G_IO_MODULES              := gnutls

GSTREAMER_EXTRA_DEPS      := gstreamer-video-1.0
include $(GSTREAMER_NDK_BUILD_PATH)/gstreamer-1.0.mk

What's wrong?

Thanks in advance

Elio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160319/eb144688/attachment-0001.html>


More information about the gstreamer-devel mailing list