summaryrefslogtreecommitdiff
path: root/tools/gst-element-maker
Commit message (Collapse)AuthorAgeFilesLines
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-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
* gst-element-maker: create better element name when using --prefixDavid Schleef2013-04-091-2/+9
|
* element-maker: remove sinkpad/srcpad fieldsDavid Schleef2013-03-191-0/+1
| | | | | Information is in the base class anyway, plus pad creation was done incorrectly.
* element-maker: Update templates for 1.0David Schleef2013-03-141-1/+7
| | | | This are (almost) completely autogenerated from the documentation.
* element-maker: Update somewhat for 1.0David Schleef2013-02-061-23/+17
| | | | | Only converted basetransform for the moment. It's probably easier to write templates from scratch from the documentation.
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
| | | | | where possible. Avoids some string copies. Also re-indent some stuff. Also some indent fixes here and there.
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
|
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
|
* element-maker: improve plugin_init()Stefan Kost2011-05-181-4/+2
| | | | | Return the result of gst_element_register(). Use the TYPE macro instead of the _get_type() function.
* element-maker: set CPPFLAGS to make templates using uninstalled headers workStefan Kost2011-04-261-1/+1
|
* element-maker: make it fail, when compilation failsStefan Kost2011-04-261-1/+7
|
* element-maker: allow to run from a different working directoryStefan Kost2011-04-261-2/+3
| | | | | Get the dirname for the script and use that to reference the templates. Use the templatedir variable to check for templates.
* element-maker: lowercasify inputDavid Schleef2011-04-241-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_*.
* element-maker: do test build with -fPICDavid Schleef2011-02-171-1/+1
|
* element-maker: Fix handling of debug categoryDavid Schleef2011-01-201-6/+3
|
* element-maker: improve pushsrcDavid Schleef2011-01-051-8/+25
|
* element-maker: Add debug categoryDavid Schleef2011-01-021-2/+9
|
* element-maker: Update FSF addressDavid Schleef2010-12-311-2/+2
|
* element-maker: Clean up directoryDavid Schleef2010-12-151-0/+362