mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-13 19:44:10 +00:00
GStreamer multimedia framework
Original commit message from CVS: Finally we're on to a proper jack setup, with a specialized bin and elements that can only go in a jack bin. I had to fix the parser first to do this, but to run it, the syntax is like so: gst-launch jackbin.( filesrc ! mad ! jacksink ) But of course it's not fully functional yet. Sigh. |
||
---|---|---|
common@ae138c8944 | ||
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