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