summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2020-08-19 20:00:55 +1000
committerMatthew Waters <matthew@centricular.com>2020-08-19 20:42:16 +1000
commit09195ebe86264970cded4b61af24d95f48bde920 (patch)
treee11ab06d880e13dd476ca85f0003ded3c8d66482
parent8b4d1567124a5ad6999cf00b90721bfdc659c261 (diff)
webrtc/android: add decodebin/autoaudiosink to plugin list
Otherwise the app fails to run Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-examples/-/merge_requests/25>
-rw-r--r--webrtc/android/app/src/main/jni/Android.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/webrtc/android/app/src/main/jni/Android.mk b/webrtc/android/app/src/main/jni/Android.mk
index 326781d..a3b94da 100644
--- a/webrtc/android/app/src/main/jni/Android.mk
+++ b/webrtc/android/app/src/main/jni/Android.mk
@@ -31,12 +31,13 @@ GSTREAMER_NDK_BUILD_PATH := $(GSTREAMER_ROOT)/share/gst-android/ndk-build/
include $(GSTREAMER_NDK_BUILD_PATH)/plugins.mk
-GSTREAMER_PLUGINS_CORE_CUSTOM := coreelements app audioconvert audiorate audioresample videoconvert videorate videoscale videotestsrc volume
+GSTREAMER_PLUGINS_CORE_CUSTOM := coreelements app audioconvert audiorate audioresample videoconvert videorate videoscale videotestsrc audiotestsrc volume autodetect
GSTREAMER_PLUGINS_CODECS_CUSTOM := videoparsersbad vpx opus audioparsers opusparse androidmedia
GSTREAMER_PLUGINS_NET_CUSTOM := tcp rtsp rtp rtpmanager udp srtp webrtc dtls nice
GSTREAMER_PLUGINS := $(GSTREAMER_PLUGINS_CORE_CUSTOM) $(GSTREAMER_PLUGINS_CODECS_CUSTOM) $(GSTREAMER_PLUGINS_NET_CUSTOM) \
$(GSTREAMER_PLUGINS_ENCODING) \
- $(GSTREAMER_PLUGINS_SYS)
+ $(GSTREAMER_PLUGINS_SYS) \
+ $(GSTREAMER_PLUGINS_PLAYBACK)
GSTREAMER_EXTRA_DEPS := gstreamer-webrtc-1.0 gstreamer-sdp-1.0 gstreamer-video-1.0 libsoup-2.4 json-glib-1.0 glib-2.0
GSTREAMER_EXTRA_LIBS := -liconv