Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-24 | element-maker: lowercasify input | David Schleef | 1 | -0/+1 | |
This allows using capitalized acronyms in class names, so using "AVC_src" on the command line will create filename gstavcsrc.c, class name GstAVCSrc, and symbol names gst_avc_src_*. | |||||
2011-04-15 | element-templates: clean up gobject template a bit | Tim-Philipp Müller | 1 | -16/+4 | |
Remove pointless g_return_if_fail (G_IS_FOO (obj)) checks in vfunc implementations. Comment out unused variables to avoid warnings with gcc 4.6. | |||||
2011-04-10 | element-maker: dist new videofilter2 template | Tim-Philipp Müller | 1 | -0/+1 | |
2011-04-09 | baseparse: remove -bad version of baseparse library, now in core | Tim-Philipp Müller | 1 | -1/+1 | |
2011-04-08 | element-maker: Add videofilter2 template | David Schleef | 1 | -0/+67 | |
2011-02-17 | element-maker: do test build with -fPIC | David Schleef | 1 | -1/+1 | |
2011-02-17 | element-maker: Add baseparse template | David Schleef | 1 | -0/+109 | |
2011-01-20 | element-maker: Fix handling of debug category | David Schleef | 1 | -6/+3 | |
2011-01-05 | element-maker: improve pushsrc | David Schleef | 2 | -10/+236 | |
2011-01-02 | element-maker: Add debug category | David Schleef | 1 | -2/+9 | |
2010-12-31 | element-maker: Update FSF address | David Schleef | 1 | -2/+2 | |
2010-12-31 | Add gst-app-maker | David Schleef | 2 | -0/+546 | |
2010-12-15 | element-maker: Clean up directory | David Schleef | 23 | -54/+80 | |
2010-12-14 | element-maker: improve generation of several classes | David Schleef | 21 | -104/+819 | |
Better creation of pads, test and fix many other classes. Most classes work now, although might not create functional elements. | |||||
2010-12-01 | element-maker: Handle names with multiple underscores | David Schleef | 1 | -4/+4 | |
2010-09-06 | element-maker: Take parameters on command line | David Schleef | 1 | -2/+61 | |
Now it's actually useful. | |||||
2010-09-04 | element-maker: construct element names | David Schleef | 2 | -11/+48 | |
2010-09-04 | element-maker: Fix up GstElement | David Schleef | 2 | -14/+32 | |
2010-06-03 | tools: flesh out element-maker templates | David Schleef | 4 | -10/+126 | |
2010-04-14 | tools: Add element-maker | David Schleef | 19 | -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. |