summaryrefslogtreecommitdiff
path: root/tools/gst-project-maker
Commit message (Collapse)AuthorAgeFilesLines
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
|
* gst-app-maker/gst-element-maker: 1.0 updatesDavid Schleef2013-02-111-18/+18
|
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
|
* gst-project-maker: Create tools, pass make distcheckDavid Schleef2012-02-201-10/+76
| | | | | | | Create a tools directory for an application. Add source code stubs to allow the project to compile and pass make distcheck. Add notes in source code to tell the user how to create plugin or app code using the other -maker scripts.
* gst-project-maker: Create autotools projectDavid Schleef2012-02-191-0/+324
This is a replacement for gst-template that creates an entire autotools project (customized to package name), and populates it with the source for a GStreamer plugin (but no plugin features, those come from gst-element-maker). Fixes: #665727.