-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
What is your question?
I'm attempting to use gstreamer https://conan.io/center/recipes/gstreamer?version=1.24.7 via Conan. I'm able to build and link just fine by listing it in my conanfile.py, adding find_package(gstreamer CONFIG REQUIRED) to my CMakeLists.txt and adding gstreamer::gstreamer to my target_link_libraries call. This builds and links exactly as expected with no problems. However when I go to run and test, it does not go as expected. Just running and testing the most basic example basic-tutorial-1.c results in a failed creation of the pipeline. However when I bypass using Connan and link gstreamer directly from my host it runs just fine. I have not started debugging yet but I'm suspicious that it has to do with the Conan recipe not working correctly. I've found this post #26963 that states "The existing GStreamer recipes on ConanCenter are quite incomplete." Can someone confirm the status of the gstreamer/1.24.7 recipe? Should I avoid using it for now?
Have you read the CONTRIBUTING guide?
- I've read the CONTRIBUTING guide