GSTREAMER TUTORIAL 5 unable to build pipeline: syntax error

Tooght zafersn93 at gmail.com
Sat Jun 25 10:31:18 UTC 2016


Hi friend.
I have problem.I make to raspberry pi with android  project. I trying
gstreamer tutorial 5 but I get the "unable to build pipeline: syntax erro"
error.

tutorial-5.c

data->pipeline = gst_parse_launch("udpsrc port=8554
caps=\"application/x-rtp, media=video, clock-rate=90000, encoding-name=H264,
sprop-parameter-sets=\\\"J2QAFKwrQLj/LwDxImo\\\\=\\\\,KO4fLA\\\\=\\\\=\\\"\",
payload=96\" ! rtph264depay ! avdec_h264 ! videoconvert ! autovideosink
sync=false", &error);

Android.mk


LOCAL_PATH := $(call my-dir)

# Edit this line
GSTREAMER_ROOT_ANDROID :=
C:\Users\TR\Desktop\gstreamer-1.0-android-arm-release-1.4.4


SHELL := PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin /bin/bash

include $(CLEAR_VARS)

LOCAL_MODULE    := tutorial-5
LOCAL_SRC_FILES := tutorial-5.c
LOCAL_SHARED_LIBRARIES := gstreamer_android
LOCAL_LDLIBS := -llog -landroid
include $(BUILD_SHARED_LIBRARY)



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_NET) $(GSTREAMER_PLUGINS_SYS)
$(GSTREAMER_PLUGINS_CODECS_RESTRICTED)
GSTREAMER_EXTRA_DEPS      := gstreamer-video-1.0 gst-inspect-1.0

include $(GSTREAMER_NDK_BUILD_PATH)/gstreamer-1.0.mk




--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/GSTREAMER-TUTORIAL-5-unable-to-build-pipeline-syntax-error-tp4678238.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list