Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plugins-bad: Fix example pipelines | Vineeth TM | 2015-12-15 | 1 | -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 --prefix | David Schleef | 2013-04-09 | 1 | -2/+9 |
| | |||||
* | element-maker: remove sinkpad/srcpad fields | David Schleef | 2013-03-19 | 1 | -0/+1 |
| | | | | | Information is in the base class anyway, plus pad creation was done incorrectly. | ||||
* | element-maker: Update templates for 1.0 | David Schleef | 2013-03-14 | 1 | -1/+7 |
| | | | | This are (almost) completely autogenerated from the documentation. | ||||
* | element-maker: Update somewhat for 1.0 | David Schleef | 2013-02-06 | 1 | -23/+17 |
| | | | | | Only converted basetransform for the moment. It's probably easier to write templates from scratch from the documentation. | ||||
* | Fix FSF address | Tim-Philipp Müller | 2012-11-04 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520 | ||||
* | Use gst_element_class_set_static_metadata() | Tim-Philipp Müller | 2012-10-17 | 1 | -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_metadata | Mark Nauwelaerts | 2012-09-14 | 1 | -1/+1 |
| | |||||
* | gst: Update for GST_PLUGIN_DEFINE() API changes | Sebastian Dröge | 2012-04-05 | 1 | -1/+1 |
| | |||||
* | element-maker: improve plugin_init() | Stefan Kost | 2011-05-18 | 1 | -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 work | Stefan Kost | 2011-04-26 | 1 | -1/+1 |
| | |||||
* | element-maker: make it fail, when compilation fails | Stefan Kost | 2011-04-26 | 1 | -1/+7 |
| | |||||
* | element-maker: allow to run from a different working directory | Stefan Kost | 2011-04-26 | 1 | -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 input | David Schleef | 2011-04-24 | 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_*. | ||||
* | element-maker: do test build with -fPIC | David Schleef | 2011-02-17 | 1 | -1/+1 |
| | |||||
* | element-maker: Fix handling of debug category | David Schleef | 2011-01-20 | 1 | -6/+3 |
| | |||||
* | element-maker: improve pushsrc | David Schleef | 2011-01-05 | 1 | -8/+25 |
| | |||||
* | element-maker: Add debug category | David Schleef | 2011-01-02 | 1 | -2/+9 |
| | |||||
* | element-maker: Update FSF address | David Schleef | 2010-12-31 | 1 | -2/+2 |
| | |||||
* | element-maker: Clean up directory | David Schleef | 2010-12-15 | 1 | -0/+362 |