mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
4a596daeb3
Original commit message from CVS: more mergeback from the latest release
19 lines
488 B
Text
19 lines
488 B
Text
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
|