summaryrefslogtreecommitdiff
path: root/gst/adpcmenc/adpcmenc.c
Commit message (Collapse)AuthorAgeFilesLines
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-111-7/+7
| | | | | | | | | | | | | Split plugin into features including dynamic types which can be indiviually registered during a static build. More details here: https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/199 https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/661 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2110>
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-1/+1
|
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-06-041-0/+2
|
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-6/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=763081
* 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.
* 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.
* 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
|
* adpcmenc: port to 0.11Mark Nauwelaerts2012-01-261-25/+27
|
* Merge branch 'master' into 0.11Sebastian Dröge2012-01-251-154/+61
|\ | | | | | | | | | | | | | | Conflicts: configure.ac ext/kate/gstkateenc.c gst/colorspace/colorspace.c gst/mpegvideoparse/mpegvideoparse.c
| * adpcmenc: port to audioencoderMark Nauwelaerts2012-01-171-154/+61
| |
| * 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
|
* 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-111-0/+571