2001-12-20 20:07:24 +00:00
|
|
|
gst-plugins
|
|
|
|
|
|
|
|
plugins for GStreamer
|
|
|
|
|
|
|
|
* to develop against uninstalled GStreamer core :
|
|
|
|
add path to gstreamer-uninstalled.pc to PKG_CONFIG_PATH
|
2002-04-15 09:27:03 +00:00
|
|
|
or run configure --with-pkg-config-path=(path to gstreamer uninstalled)
|
2001-12-20 20:07:24 +00:00
|
|
|
|
|
|
|
* to register plugins in source tree
|
2002-02-04 20:34:27 +00:00
|
|
|
run gst-register --gst-plugin-path=.
|
2001-12-20 20:07:24 +00:00
|
|
|
|
2002-04-15 09:27:03 +00:00
|
|
|
* if a certain plugin doesn't build, then redo configure with
|
|
|
|
--disable-(plugin)
|
|
|
|
to disable it from the build
|
2001-12-20 20:07:24 +00:00
|
|
|
|
2002-04-15 09:27:03 +00:00
|
|
|
* Additional documentation :
|
|
|
|
|
|
|
|
REQUIREMENTS
|
|
|
|
supporting libraries for plugins
|