summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2011-01-20element-maker: Fix handling of debug categoryDavid Schleef
2011-01-05element-maker: improve pushsrcDavid Schleef
2011-01-02element-maker: Add debug categoryDavid Schleef
2010-12-31element-maker: Update FSF addressDavid Schleef
2010-12-31Add gst-app-makerDavid Schleef
2010-12-15element-maker: Clean up directoryDavid Schleef
2010-12-14element-maker: improve generation of several classesDavid Schleef
Better creation of pads, test and fix many other classes. Most classes work now, although might not create functional elements.
2010-12-01element-maker: Handle names with multiple underscoresDavid Schleef
2010-09-06element-maker: Take parameters on command lineDavid Schleef
Now it's actually useful.
2010-09-04element-maker: construct element namesDavid Schleef
2010-09-04element-maker: Fix up GstElementDavid Schleef
2010-06-03tools: flesh out element-maker templatesDavid Schleef
2010-04-14tools: Add element-makerDavid Schleef
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.