b32400ae0f
- Do not install nor build any plugins that require external libraries. This keeps this package small, makes it modular and will avoid the need of "fee-based-commercial-use" licenses while building GNOME. - Split the Makefile and make it easy to create packages for individual plugins by using Makefile.common. - Use gstreamer/plugins.mk to automatically register installed plugins in the plugins database. - Fix the regex used to export symbols to something that matches better the original one. - As a result of the update of gstreamer to 0.8.0nb1 (which requires a glib2 with the RTLD_GLOBAL fix), plugins work fine now.
10 lines
484 B
Text
10 lines
484 B
Text
GStreamer is a library that allows the construction of graphs of
|
|
media-handling components, ranging from simple mp3 playback to complex
|
|
audio (mixing) and video (non-linear editing) processing.
|
|
|
|
Applications can take advantage of advances in codec and filter technology
|
|
transparently. Developers can add new codecs and filters by writing a
|
|
simple plugin with a clean, generic interface.
|
|
|
|
This package is part of gst-plugins, which contains a set of multimedia
|
|
plugins for GStreamer.
|