summaryrefslogtreecommitdiff
path: root/gst/audioresample/gstaudioresample.c
Commit message (Expand)AuthorAgeFilesLines
* audioresample: Also copy metas if their API has no tags attached to itSebastian Dröge2015-06-291-3/+3
* audioresample: copy metadata that only has the "audio" tag.Mathieu Duponchelle2015-06-041-0/+21
* docs: update element example pipelinesTim-Philipp Müller2015-05-101-2/+3
* Constify some static arrays everywhereSebastian Dröge2015-01-211-1/+1
* audioresample: Fix up indentionSebastian Dröge2014-04-151-28/+30
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* audioresample: sinc filter performance improvementsCarlos Rafael Giani2012-10-251-11/+113
* audioresample: mark semi-unused variableMark Nauwelaerts2012-09-181-1/+1
* Fix bug where debug category was declared inside a functionSebastian Rasmussen2012-05-241-1/+3
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changeSebastian Dröge2012-04-051-1/+1
* fix for caps API changesWim Taymans2012-03-111-1/+2
* audioresample: remove transform lockWim Taymans2012-02-231-2/+1
* update for new fixate_caps functionWim Taymans2012-02-221-3/+5
* port to new map APIWim Taymans2012-01-251-23/+26
* audioresample: fix debug message format specifierMark Nauwelaerts2012-01-061-2/+2
* gst: Add new layout field to the raw audio capsSebastian Dröge2012-01-051-2/+4
* audioresample: truncate in fixationWim Taymans2012-01-021-0/+1
* Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2011-12-021-2/+2
|\
| * various: typo fixesPiotr Fusik2011-12-021-3/+3
* | Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2011-11-281-4/+0
|\ \ | |/
| * audioresample: Don't emit DISCONT buffers if no discontinuity happenedKipp Cannon2011-11-281-4/+0
| * various: fix pad template leaksVincent Penquerc'h2011-11-281-4/+4
* | add parent to query functionWim Taymans2011-11-161-31/+27
* | remove query typesWim Taymans2011-11-091-14/+0
* | audio: change audio format syntax a littleWim Taymans2011-09-061-2/+2
* | audio: rework audio caps.Wim Taymans2011-08-181-130/+62
* | audioresample: fix after mergeWim Taymans2011-08-171-35/+0
* | Merge branch 'master' into 0.11Wim Taymans2011-08-161-3/+39
|\ \ | |/
| * audioresample: fix quality setting being ignored by the resampler stateVincent Penquerc'h2011-08-121-16/+17
* | Fix debug statementsJosep Torra2011-08-101-7/+8
* | audioresample: fix for event handler changeWim Taymans2011-07-221-5/+5
* | audioresample: Optimize transform_caps()Sebastian Dröge2011-05-271-6/+12
* | gst: Update for the GstBaseTransform::transform_caps() changesSebastian Dröge2011-05-271-18/+22
* | Revert "-base_port to new query API"Sebastian Dröge2011-05-171-5/+5
* | audioresample: Update for negotiation related API changesSebastian Dröge2011-05-161-2/+11
* | -base: port to new SEGMENT APIWim Taymans2011-05-161-1/+1
* | -base_port to new query APIWim Taymans2011-05-101-5/+5
* | -base: don't use buffer capsWim Taymans2011-05-091-2/+0
* | remove buffer_allocWim Taymans2011-04-291-9/+3
* | Merge branch 'master' into 0.11Wim Taymans2011-04-251-1/+1
|\ \ | |/
| * audioresample: fix unused-but-set-variable warnings with gcc 4.6Marc Plano-Lesay2011-04-241-1/+1
* | audioresample: Remove filter-length property, it only existed for backward co...Sebastian Dröge2011-04-191-89/+1
* | gst: Use G_DEFINE_TYPE instead of GST_BOILERPLATESebastian Dröge2011-04-191-20/+14
* | Merge branch 'master' into 0.11Wim Taymans2011-04-111-1/+5
|\ \ | |/
| * audioresample: Make src query MT-safeHavard Graff2011-04-081-1/+5
* | Merge branch 'master' into 0.11Wim Taymans2011-04-061-1/+1
|\ \ | |/
| * audioresample: minor simplificationMark Nauwelaerts2011-04-061-1/+1
* | plugins: port some plugins to the new memory APIWim Taymans2011-03-271-26/+35
|/
* audioresample: corrected buffer duration calculation to account for nonzero i...Leo Singer2010-12-171-2/+2