5
edits
Line 121: | Line 121: | ||
This tool creates a barebones GStreamer application. | This tool creates a barebones GStreamer application. | ||
<syntaxhighlight lang=bash> | <syntaxhighlight lang=bash> | ||
cd gst-plugins-bad/tools | cd subprojects/gst-plugins-bad/tools | ||
./gst-app-maker my_app | ./gst-app-maker my_app | ||
</syntaxhighlight> | </syntaxhighlight> | ||
The <tt>gst-app-maker</tt> will create a new '''gstmyapp.c''' that you may take and integrate into your project. | The <tt>gst-app-maker</tt> command will create a new '''gstmyapp.c''' that you may take and integrate into your project. | ||
{{ContactUs}} | {{ContactUs}} | ||
[[Category:GStreamer]] | [[Category:GStreamer]] |
edits