mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
GStreamer multimedia framework
ba7bac3955
Original commit message from CVS: A fairly large reworking of the ladspa _get, _chain and _loop funcs. highlights are: - pad names are now g_strcanonised - in all cases possible, src and sink buffers are shared - all ladspa properties are exposed as dparams and element properties - the buffers are now processed in dparam driven loops - timestamps on buffers should be correct - misc fixes It has been minimally tested - the following pipeline works for me: gst-launch ladspa_sine_fcac Frequency=440.0 Amplitude=1.0 name=fcac1 ladspa_sine_fcac Frequency=450.0 Amplitude=1.0 name=fcac2 ladspa_freeverb3 Wet-Level=0.5 name=free float2int name=f2i fcac1.Output!free.Input--Left- free.Output--Left-!f2i.sink%d fcac2.Output!free.Input--Right- free.Output--Right-!f2i.sink%d f2i.src!sink osssink |
||
---|---|---|
common@745e216da0 | ||
debian | ||
examples | ||
ext | ||
gst | ||
gst-libs | ||
m4 | ||
scripts | ||
sys | ||
.gitignore | ||
.gitmodules | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
divx-info.txt | ||
gst-plugins.spec.in | ||
gstreamer-libs-uninstalled.pc.in | ||
gstreamer-libs.pc.in | ||
INSTALL | ||
ltmain.sh | ||
Makefile.am | ||
NEWS | ||
README | ||
RELEASE | ||
REQUIREMENTS | ||
TODO |
gst-plugins plugins for GStreamer * to develop against uninstalled GStreamer core : add path to gstreamer-uninstalled.pc to PKG_CONFIG_PATH or run configure --with-pkg-config-path=(path to gstreamer uninstalled) * to register plugins in source tree run gst-register --gst-plugin-path=. * if a certain plugin doesn't build, then redo configure with --disable-(plugin) to disable it from the build * Additional documentation : REQUIREMENTS supporting libraries for plugins