Jump to content

Creating a New GStreamer Element or Application Using Templates: Difference between revisions

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]]
5

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.