Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | audioencoders: use template subset check for accept-caps | Thiago Santos | 2015-08-17 | 1 | -0/+2 |
| | | | | | | | It is faster than doing a query that propagates downstream and should be enough Elements: faac, gsmenc, opusenc, sbcenc, voamrwbenc, adpcmenc, sirenenc | ||||
* | Rename property enums from ARG_ to PROP_ | Luis de Bethencourt | 2015-04-27 | 1 | -9/+9 |
| | | | | Property enum items should be named PROP_ for consistency and readability. | ||||
* | Remove obsolete Android build cruft | Tim-Philipp Müller | 2015-04-26 | 1 | -14/+0 |
| | | | | This is not needed any longer. | ||||
* | Constify some static arrays everywhere | Sebastian Dröge | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Fix up one-element lists in template caps | Tim-Philipp Müller | 2014-09-10 | 1 | -1/+1 |
| | |||||
* | adpcmenc: Properly set output format | Sebastian Dröge | 2013-12-23 | 1 | -2/+3 |
| | | | | Otherwise this will just error out if we only set caps on the srcpad. | ||||
* | gst: Add better support for static plugins | Sebastian Dröge | 2013-04-15 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | gst: Update versioning | Sebastian Dröge | 2012-04-04 | 1 | -1/+1 |
| | |||||
* | adpcmenc: port to 0.11 | Mark Nauwelaerts | 2012-01-26 | 1 | -25/+27 |
| | |||||
* | Merge branch 'master' into 0.11 | Sebastian Dröge | 2012-01-25 | 2 | -156/+64 |
|\ | | | | | | | | | | | | | | | Conflicts: configure.ac ext/kate/gstkateenc.c gst/colorspace/colorspace.c gst/mpegvideoparse/mpegvideoparse.c | ||||
| * | adpcmenc: port to audioencoder | Mark Nauwelaerts | 2012-01-17 | 2 | -156/+64 |
| | | |||||
| * | various: fix pad template ref leaks | Vincent Penquerc'h | 2011-11-28 | 1 | -4/+4 |
|/ | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662664 | ||||
* | adpcm: add more consts, espcially for static const data | Vincent Penquerc'h | 2011-11-07 | 1 | -4/+5 |
| | |||||
* | various: fix author tag in element details | Stefan Kost | 2011-05-18 | 1 | -1/+1 |
| | |||||
* | android: make it ready for androgenizer | Thibault Saunier | 2011-04-11 | 1 | -0/+13 |
| | | | | | | | | Remove the android/ top dir Fixe the Makefile.am to be androgenized To build gstreamer for android we are now using androgenizer which generates the needed Android.mk files. Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git | ||||
* | Add -Wwrite-strings | Benjamin Otte | 2010-03-22 | 1 | -1/+1 |
| | | | | and fix its warnings | ||||
* | Add -Wmissing-declarations -Wmissing-prototypes to configure flags | Benjamin Otte | 2010-03-21 | 1 | -0/+1 |
| | | | | And fix all warnings | ||||
* | gst_element_class_set_details => gst_element_class_set_details_simple | Benjamin Otte | 2010-03-18 | 1 | -7/+4 |
| | |||||
* | adpcmenc: add new adpcm encoder element. | Peter van Hardenberg | 2009-12-11 | 2 | -0/+583 |