summaryrefslogtreecommitdiff
path: root/modules/gst1
Commit message (Collapse)AuthorAge
* gst1: define _POSIX_C_SOURCE to make nanosleep visibleAlfred E. Heggestad2018-02-09
| | | | - this fixes a compile error on CentOS 7.4
* gst1: define _DEFAULT_SOURCEAlfred E. Heggestad2017-12-22
|
* gst1: define __USE_POSIX199309 firstAlfred E. Heggestad2017-12-08
|
* add support for specifying sample format (#317)Alfred E. Heggestad2017-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: ausrc and auplay - add config items for ausrc/auplay format: ausrc_format s16|float auplay_format s16|float - audio.c: convert audio samples to/from signed 16-bit Modules: alsa add test for sample format FLOAT rst: add support for FLOAT sample format audiounit: add support for FLOAT sample format coreaudio: check for signed 16-bit audio format oss: check for signed 16-bit sample format winwave: check for S16LE pulse: add support for FLOAT sample format sndio: check for S16 format gst1: check sample format aufile: check sample format aubridge: check sample format gst: check sample format opensles: check for S16 sample format jack: check sample format alsa: remove usage of local config test: change samples to void pointer test: change sample type to void pointer
* Ausrc auplay reentrant (#227)Alfred E. Heggestad2017-03-22
| | | | | | | | | | | | * ausrc: re-entrant api * fix ausrc api for linux * fix ccheck * auplay: make it re-entrant * auplay: update more modules
* gst1: remove empty header fileAlfred E. Heggestad2016-11-29
|
* gst1: remove re_printf debug (fixes #96)Alfred E. Heggestad2015-12-19
|
* build infrastructure: get rid of " = `pkg-config ...`" idiomDmitrij D. Czarkoff2015-10-16
|
* Revert "Get rid of VAR += `pkg-config ...` idiom"Alfred E. Heggestad2015-10-12
| | | | This reverts commit 3e4957cbf3342fc90fb5578125cb492a12e84cd4.
* Get rid of VAR += `pkg-config ...` idiomDmitrij D. Czarkoff2015-10-10
| | | | | Output of pkg-config shouldn't change during build, so it is sufficient to run it once per check.
* gst1/gst_video1: add -Wno-cast-align to CFLAGS to avoid clang warningsAlfred E. Heggestad2015-08-08
|
* gst: update doxygen headersAlfred E. Heggestad2015-08-01
|
* add modules using gstreamer-1.0Alfred E. Heggestad2015-08-01
- gst1.so -- module for audio-streaming using gstreamer 1.0 - gst_video1.so -- module for video encoding using gstreamer 1.0 It is now possible to combine but 0.10 and 1.0 modules, but please be careful when loading a mix of modules with different version of gstreamer! you can also try to compile all of the statically into the same binary: $ make STATIC=1 we might rename the old gst.so to gst0.so at some point ...? fixes issue #38 https://github.com/alfredh/baresip/issues/38