see if i ran one application like below gst-launch commnad
gst-launch -v filesrc location=ed_hd.mkv ! matroskademux ! vorbisdec ! audioconvert ! audioresample ! autoaudiosink
when I ever type this on my console application, I start working, but I want to see the source code of this pipeline created by this command.
1> So, is there a way to get the generated pipeline / application code?
see when we create an application, we have one executable file, so by running the program, we can run the program.
2> so how can I get this executable from an application created by the pipeline editor gst-launch or gstreamer?
source
share