summaryrefslogtreecommitdiff
path: root/modules/gst1
Commit message (Collapse)AuthorAge
* 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