Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove autotools build system | Tim-Philipp Müller | 2019-10-14 | 1 | -18/+0 |
| | |||||
* | meson: add more plugins to plugins list | Tim-Philipp Müller | 2019-05-30 | 1 | -0/+1 |
| | | | | | Makes sure their path gets added to the uninstalled environment and makes sure they get included in the docs. | ||||
* | Fix build when we have tinyalsa but not its header | Xavier Claessens | 2018-12-18 | 1 | -1/+1 |
| | |||||
* | meson: build tinyalsa plugin | Tim-Philipp Müller | 2018-12-17 | 1 | -0/+29 |
| | |||||
* | Remove plugin specific static build option | Nicolas Dufresne | 2017-05-16 | 1 | -1/+0 |
| | | | | | Static and dynamic plugins now have the same interface. The standard --enable-static/--enable-shared toggle are sufficient. | ||||
* | docs: Port all docstring to gtk-doc markdown | Thibault Saunier | 2017-04-12 | 1 | -3/+3 |
| | |||||
* | bad: use new gst_element_class_add_static_pad_template() | Vineeth TM | 2016-03-24 | 1 | -2/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=763081 | ||||
* | tinyalsasink: Use glib CLAMP() instead of our own macro | Arun Raghavan | 2016-02-05 | 1 | -8/+3 |
| | |||||
* | tinyalsasink: Limit period size and count to what the h/w permits | Arun Raghavan | 2016-02-05 | 1 | -0/+24 |
| | |||||
* | tinyalsasink: fix tinalsa typo | Reynaldo H. Verdejo Pinochet | 2016-02-02 | 1 | -1/+1 |
| | |||||
* | tinyalsasink: fix sample launch line | Reynaldo H. Verdejo Pinochet | 2016-02-02 | 1 | -1/+1 |
| | |||||
* | tinyalsasink: Use int type if we support a single rate/channel count | Arun Raghavan | 2016-02-02 | 1 | -7/+18 |
| | | | | | Avoids using an int range if the field we're setting is not actually a range. | ||||
* | tinyalsa: Add a new sink plugin using tinyalsa | Arun Raghavan | 2016-02-02 | 4 | -0/+592 |
This uses the tinyalsa library to playback to an ALSA device. Future work can include using the mmap interface. https://bugzilla.gnome.org/show_bug.cgi?id=761230 |