Unable to build pipeline: no element "avdec_h264"

Seung Hyun tmdgus9116 at naver.com
Mon Jan 18 19:33:56 PST 2016


Hi.
My error has occurred, such as "Unable to build pipeline: no element
"avdec_h264"" in GStreamer for Android. 
How can I fix this error?

My Android.mk file is

LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)
GSTREAMER_SDK_ROOT_ANDROID	:= C:\Users\SeungHyun\Desktop\gstreamer
LOCAL_MODULE    := tutorial-3
LOCAL_SRC_FILES := tutorial-3.c
LOCAL_SHARED_LIBRARIES := gstreamer_android
LOCAL_LDLIBS := -llog -landroid
include $(BUILD_SHARED_LIBRARY)

ifndef GSTREAMER_SDK_ROOT
ifndef GSTREAMER_SDK_ROOT_ANDROID
$(error GSTREAMER_SDK_ROOT_ANDROID is not defined!)
endif
GSTREAMER_SDK_ROOT        := $(GSTREAMER_SDK_ROOT_ANDROID)
endif
GSTREAMER_NDK_BUILD_PATH  :=
$(GSTREAMER_SDK_ROOT)/share/gst-android/ndk-build/
include $(GSTREAMER_NDK_BUILD_PATH)/plugins.mk
GSTREAMER_PLUGINS	:= $(GSTREAMER_PLUGINS_GOOD) $(GSTREAMER_PLUGINS_BAD)
$(GSTREAMER_PLUGINS_CORE) $(GSTREAMER_PLUGINS_SYS)
$(GSTREAMER_PLUGINS_EFFECTS) $(GSTREAMER_PLUGINS_NET)
$(GSTREAMER_PLUGINS_CODECS_RESTRICTED) $(GSTREAMER_PLUGINS_PLAYBACK)
$(GSTREAMER_PLUGINS_CODECS) $(GSTREAMER_PLUGINS_BASE)

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



Thank you.




--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Unable-to-build-pipeline-no-element-avdec-h264-tp4675366.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list