summaryrefslogtreecommitdiff
path: root/gst/adpcmenc
Commit message (Collapse)AuthorAgeFilesLines
* audioencoders: use template subset check for accept-capsThiago Santos2015-08-171-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 Bethencourt2015-04-271-9/+9
| | | | Property enum items should be named PROP_ for consistency and readability.
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
| | | | This is not needed any longer.
* Constify some static arrays everywhereSebastian Dröge2015-01-211-1/+1
|
* Fix up one-element lists in template capsTim-Philipp Müller2014-09-101-1/+1
|
* adpcmenc: Properly set output formatSebastian Dröge2013-12-231-2/+3
| | | | Otherwise this will just error out if we only set caps on the srcpad.
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
|
* 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
|
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
|
* adpcmenc: port to 0.11Mark Nauwelaerts2012-01-261-25/+27
|
* Merge branch 'master' into 0.11Sebastian Dröge2012-01-252-156/+64
|\ | | | | | | | | | | | | | | Conflicts: configure.ac ext/kate/gstkateenc.c gst/colorspace/colorspace.c gst/mpegvideoparse/mpegvideoparse.c
| * adpcmenc: port to audioencoderMark Nauwelaerts2012-01-172-156/+64
| |
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-4/+4
|/ | | | https://bugzilla.gnome.org/show_bug.cgi?id=662664
* adpcm: add more consts, espcially for static const dataVincent Penquerc'h2011-11-071-4/+5
|
* various: fix author tag in element detailsStefan Kost2011-05-181-1/+1
|
* android: make it ready for androgenizerThibault Saunier2011-04-111-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-stringsBenjamin Otte2010-03-221-1/+1
| | | | and fix its warnings
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-03-211-0/+1
| | | | And fix all warnings
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+4
|
* adpcmenc: add new adpcm encoder element.Peter van Hardenberg2009-12-112-0/+583