Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README-gstreamer.md | 2015-11-30 | 2.2 kB | |
gstreamer_1.6.1_mingw32.tar.xz | 2015-11-30 | 2.6 MB | |
gstreamer_1.6.1_locale.tar.xz | 2015-11-30 | 195.1 kB | |
Totals: 3 Items | 2.8 MB | 0 |
GStreamer is a library for constructing graphs of media-handling components. The applications it supports range from simple Ogg/Vorbis playback, audio/video streaming to complex audio (mixing) and video (non-linear editing) processing.
Project Pages:
Source:
Licenses:
Documentation:
Support:
- Mailing Lists
- Bug Tracker
- FAQs
- Freenode IRC Channels: #gstreamer
Requires:
Notes:
- !!! IMPORTANT !!!:
- Commented out "#define clockid_t" in config.h (configure error? header not detected?)
- Configured Options:
- --build=i686-pc-mingw32: 32-build for Win32/MinGW32
- --disable-static --enable-shared: Shared libs only (.dll)
- --disable-debug --disable-gst-debug: Release build without debugging symbols nor debug subsystem
- --disable-introspection: Disable object type examining (not necessary?)
- --disable-fatal-warnings: Don't abort compilation on warnings
- --disable-examples --disable-failing-tests: Disable non-priority actions to speed up build
- --disable-vv: No voice and video support