summaryrefslogtreecommitdiff
path: root/tools/gst-element-maker
AgeCommit message (Collapse)AuthorFilesLines
2015-12-15plugins-bad: Fix example pipelinesVineeth TM1-1/+1
rename gst-launch --> gst-launch-1.0 replace old elements with new elements(ffmpegcolorspace -> videoconvert, ffenc_** -> avenc_**) fix caps in examples https://bugzilla.gnome.org/show_bug.cgi?id=759432
2013-04-09gst-element-maker: create better element name when using --prefixDavid Schleef1-2/+9
2013-03-19element-maker: remove sinkpad/srcpad fieldsDavid Schleef1-0/+1
Information is in the base class anyway, plus pad creation was done incorrectly.
2013-03-14element-maker: Update templates for 1.0David Schleef1-1/+7
This are (almost) completely autogenerated from the documentation.
2013-02-06element-maker: Update somewhat for 1.0David Schleef1-23/+17
Only converted basetransform for the moment. It's probably easier to write templates from scratch from the documentation.
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
https://bugzilla.gnome.org/show_bug.cgi?id=687520
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
where possible. Avoids some string copies. Also re-indent some stuff. Also some indent fixes here and there.
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2011-05-18element-maker: improve plugin_init()Stefan Kost1-4/+2
Return the result of gst_element_register(). Use the TYPE macro instead of the _get_type() function.
2011-04-26element-maker: set CPPFLAGS to make templates using uninstalled headers workStefan Kost1-1/+1
2011-04-26element-maker: make it fail, when compilation failsStefan Kost1-1/+7
2011-04-26element-maker: allow to run from a different working directoryStefan Kost1-2/+3
Get the dirname for the script and use that to reference the templates. Use the templatedir variable to check for templates.
2011-04-24element-maker: lowercasify inputDavid Schleef1-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-02-17element-maker: do test build with -fPICDavid Schleef1-1/+1
2011-01-20element-maker: Fix handling of debug categoryDavid Schleef1-6/+3
2011-01-05element-maker: improve pushsrcDavid Schleef1-8/+25
2011-01-02element-maker: Add debug categoryDavid Schleef1-2/+9
2010-12-31element-maker: Update FSF addressDavid Schleef1-2/+2
2010-12-15element-maker: Clean up directoryDavid Schleef1-0/+362