How can I get the application code generated by the gst-launch or gstreamer pipeline editor?

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?

+5
source share
1

, gst-launch - sourecode, , .

gstream- gst-parse-launchv , gst-launch .

http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstParse.html#gst-parse-launchv

, gstreamer, gstreamer , gst-launch .

+1

All Articles