mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
GStreamer multimedia framework
a175fe373c
Original commit message from CVS: afparse will eventually be able to support pipelines like: gst-launch filesrc location=file.aiff ! afparse ! osssink However at the moment it doesn't, because the public function afOpenVirtualFile isn't actually implemented yet. I implemented it with the audiofile CVS but it now segfaults the very first time one of the virtual file callbacks is called. So, I'm committing this for posterity but it is not being built. Hopefully the audiofile lib will be released with working virtual file support soon. |
||
---|---|---|
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