Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ANDROID GSTREAMER ERROR #12357

Closed
Daksh7112003 opened this issue Jan 21, 2025 · 4 comments
Closed

ANDROID GSTREAMER ERROR #12357

Daksh7112003 opened this issue Jan 21, 2025 · 4 comments

Comments

@Daksh7112003
Copy link

Image

These are errors of gstreamer while doing setup of QGC in android ...

KINDLY FIX THIS ISSUE

My confi

Image

@Daksh7112003
Copy link
Author

I m using master version of QGC and QT6.8.1

@HTRamsey
Copy link
Collaborator

So this is because of an incorrect GStreamer pkgconfig file, will find a solution. This is an example:

prefix=/home/nirbheek/projects/repos/cerbero.git/1.22/build/dist/android_universal/armv7
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include

Name: x264
Description: H.264 (MPEG4 AVC) encoder library
Version: 0.157.2M 7552bdb
Libs: -L/home/nirbheek/projects/repos/cerbero.git/1.22/build/dist/android_universal/armv7/lib -lx264 
Libs.private: -lm -ldl
Cflags: -I${prefix}/include

The Libs: section is wrong in this one

@Daksh7112003
Copy link
Author

this is the default gstreamer which is downloaded by qgc itself , developers need to fix this issue ,
what is the solution for now ?

@HTRamsey
Copy link
Collaborator

It is still present in newer GStreamers. You can disable GStreamer for now, or if you know how then you can add those libraries to the CMake linking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants