Commit graph

63 commits

Author SHA1 Message Date
David Schleef
07625c1b5d element-maker: Fix handling of debug category 2011-01-20 13:01:00 -08:00
David Schleef
a09078db4a element-maker: improve pushsrc 2011-01-05 18:27:04 -08:00
David Schleef
36a3688015 element-maker: Add debug category 2011-01-02 19:38:01 -08:00
David Schleef
a12dce1095 element-maker: Update FSF address 2010-12-31 00:37:54 -08:00
David Schleef
76b087b8b6 Add gst-app-maker 2010-12-31 00:37:30 -08:00
David Schleef
7ae4aaaee6 element-maker: Clean up directory 2010-12-15 12:47:02 -08:00
David Schleef
da1fe1e0dd element-maker: improve generation of several classes
Better creation of pads, test and fix many other classes.  Most
classes work now, although might not create functional elements.
2010-12-14 19:04:45 -08:00
David Schleef
0a624d92cf element-maker: Handle names with multiple underscores 2010-12-01 23:24:24 -08:00
David Schleef
7e8580c955 element-maker: Take parameters on command line
Now it's actually useful.
2010-09-06 03:25:16 -07:00
David Schleef
239bcffa56 element-maker: construct element names 2010-09-04 11:22:26 -07:00
David Schleef
8b3450882a element-maker: Fix up GstElement 2010-09-04 11:22:25 -07:00
David Schleef
fbbb708e9f tools: flesh out element-maker templates 2010-06-03 23:57:46 -07:00
David Schleef
f6f9563dc8 tools: Add element-maker
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.
2010-04-14 16:43:23 -07:00