summaryrefslogtreecommitdiff
path: root/gst/audiotestsrc
Commit message (Expand)AuthorAgeFilesLines
* audiotestsrc: allow per feature registrationStéphane Cerveau2021-03-292-5/+7
* 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 typesMathieu Duponchelle2020-06-031-0/+2
* audiotestsrc: Fix the way we compute EOS in reverse playbackThibault Saunier2020-05-251-2/+2
* audiotestsrc: Use G_DECLARE_FINAL_TYPENiels De Graef2020-03-161-20/+3
* Remove autotools build systemTim-Philipp Müller2019-10-131-10/+0
* Pass the code through codespellThibault Saunier2019-08-301-1/+1
* doc: remove xml from commentsMathieu Duponchelle2019-05-301-36/+28
* audiotestsrc: Max audio frequency is half the rate, not 1/4Vivia Nikolaidou2019-05-171-3/+3
* doc: Port to hotdocThibault Saunier2019-05-131-0/+1
* audiotestsrc: Improvements to the "ticks" waveCarlos Rafael Giani2019-01-102-19/+185
* audiotestsrc: implement producing non-interleaved audio buffersGeorge Kiagiadakis2018-07-111-59/+211
* Meson: Generate pc file for all plugins in baseXavier Claessens2018-04-251-0/+1
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* docs: Convert gtkdoc comments to markdownThibault Saunier2017-03-101-5/+7
* audiotestsrc: Fix incorrect start of tick waveformCarlos Rafael Giani2016-12-231-6/+9
* audiotestsrc: Fix segment boundary checking for reverse playbackSebastian Dröge2016-09-171-2/+14
* audiotestsrc: Don't adjust segment time in seek handlerSebastian Dröge2016-09-141-10/+0
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+8
* base: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+4
* audiotestsrc: increase freq limitWim Taymans2015-11-021-5/+6
* audiotestsrc: add support for unlimited number of channelsWim Taymans2015-11-021-0/+8
* audiotestsrc: add support for all formatsWim Taymans2015-11-022-14/+57
* docs: update element example pipelinesTim-Philipp Müller2015-05-101-2/+2
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
* remove unused enum items PROP_LASTLuis de Bethencourt2015-04-241-2/+1
* audiotestsrc: Report our latency properly in live modeSebastian Dröge2014-12-241-0/+17
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* audiotestsrc: fix a comment typo from previous commitStefan Sauer2013-03-291-1/+1
* audiotestssrc: truncate the seek pos to the sample and round the timeStefan Sauer2013-03-291-5/+8
* audiotestsrc: simplify the capsStefan Sauer2013-03-251-8/+2
* audiotestsrc: fix rounding errors that might cause segments to be one sample ...Simon Berg2013-03-241-2/+3
* audiotestsrc: fix buffer size of last bufferSimon Berg2013-03-241-0/+2
* Fix FSF addressTim-Philipp Müller2012-11-032-4/+4
* Revert "gst: Add better support for static plugins"Sebastian Dröge2012-10-241-1/+1
* gst: Add better support for static pluginsSebastian Dröge2012-10-241-1/+1
* replace gst_tag_list_free with gst_tag_list_unrefMark Nauwelaerts2012-09-141-1/+1
* tag: Update for taglist/tag event API changesSebastian Dröge2012-07-281-1/+1
* update for tag event changeWim Taymans2012-06-061-1/+1
* 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
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
* fix for caps API changesWim Taymans2012-03-111-3/+7
* port to new map APIWim Taymans2012-01-251-4/+4
* Merge branch 'master' into 0.11Sebastian Dröge2012-01-101-0/+2
|\
| * Fix various unlikely, but still potential memoryleaks in error code pathsHavard Graff2012-01-051-0/+2
| * various: fix pad template leaksVincent Penquerc'h2011-11-281-2/+2
* | audiotestsrc: Fix channel-mask handlingSebastian Dröge2012-01-051-2/+8
* | gst: Add new layout field to the raw audio capsSebastian Dröge2012-01-051-0/+1
* | update for new scheduling queryWim Taymans2011-11-181-2/+5