mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
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>
This commit is contained in:
parent
8b4d156712
commit
09195ebe86
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue