I am following the instructions to build the tutorials on Mac here: https://gstreamer.freedesktop.org/documentation/installing/on-mac-osx.html?gi-language=c
I have installed both pkg binaries (runtime and develop) on my system, and verified I can run a basic gst-launch-1.0 command. However, I am not finding the files I am expected to find for the tutorials.
“The tutorials code, along with project files and a solution file for them all, are in the gst-docs in the examples/tutorials subdirectory”. After cloning the repo, I see that folder.
“To start building the tutorials, create a new folder in your Documents directory and copy the folder /Library/Frameworks/GStreamer.framework/Current/share/gst-sdk/tutorials". I do not see this.
Several issues here that I see
1. There is no gst-sdk/tutorials under …/share.
2. The folder structure mentioned is not accurate. Its “.../GStreamer.framework/Versions/Current" not ".../GStreamer.framework/Current"
help, please!
ScottK