summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* element-maker: Fix handling of debug categoryDavid Schleef2011-01-201-6/+3
|
* element-maker: improve pushsrcDavid Schleef2011-01-052-10/+236
|
* element-maker: Add debug categoryDavid Schleef2011-01-021-2/+9
|
* element-maker: Update FSF addressDavid Schleef2010-12-311-2/+2
|
* Add gst-app-makerDavid Schleef2010-12-312-0/+546
|
* element-maker: Clean up directoryDavid Schleef2010-12-1523-54/+80
|
* element-maker: improve generation of several classesDavid Schleef2010-12-1421-104/+819
| | | | | Better creation of pads, test and fix many other classes. Most classes work now, although might not create functional elements.
* element-maker: Handle names with multiple underscoresDavid Schleef2010-12-011-4/+4
|
* element-maker: Take parameters on command lineDavid Schleef2010-09-061-2/+61
| | | | Now it's actually useful.
* element-maker: construct element namesDavid Schleef2010-09-042-11/+48
|
* element-maker: Fix up GstElementDavid Schleef2010-09-042-14/+32
|
* tools: flesh out element-maker templatesDavid Schleef2010-06-034-10/+126
|
* tools: Add element-makerDavid Schleef2010-04-1419-0/+1354
Add a script that creates elements based on any of the GStreamer base classes. It isn't very user friendly at the moment, one needs to edit the script to make it work properly. Each base class has a template file describing what to put into the constructed element. Eventually, these templates should be moved to reside with the base class source and installed to a well-known directory, where an installed script could find them. The template files use the .c ending so editors know they are C source, but gst-indent doesn't handle them correctly. So they need to be committed with -n. Ugh. I'll try to figure out a fix for that soon.