After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 744105 - Undefined symbol gst_net_time_provider_new on gstreamer-1.0-android-arm-debug-1.4.4
Undefined symbol gst_net_time_provider_new on gstreamer-1.0-android-arm-debug...
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-android
1.4.4
Other other
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-02-06 17:19 UTC by Steve Johnson
Modified: 2015-02-06 17:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Steve Johnson 2015-02-06 17:19:57 UTC
Header files are present, but entry point gst_net_time_provider_new is undefined.

SDK: gstreamer-1.0-android-arm-debug-1.4.4
Comment 1 Sebastian Dröge (slomo) 2015-02-06 17:33:41 UTC
Do you have
> GSTREAMER_EXTRA_DEPS := gstreamer-net-1.0
in your Android.mk? You need at least that one, but depending on your app of course also other libraries :)
Comment 2 Steve Johnson 2015-02-06 17:48:01 UTC
Thanks - I didn't know about GSTREAMER_EXTRA_DEPS. This fixed it.