Add support for GStreamer 1.0.
This commit is contained in:
Vadim Zeitlin
2016-02-24 04:00:07 +01:00
4 changed files with 233 additions and 18 deletions

View File

@@ -63,6 +63,7 @@ All:
- Add UTF-8 and ZIP 64 support to wxZip{Input,Output}Stream (Tobias Taschner).
- Upgrade libpng to 1.6.21 fixing several security bugs (Paul Kulchenko).
- Support gstreamer 0.10 and 1.0 in wxMediaCtrl (Sebastian Dröge).
- Fix handling of Unicode file names in wxFileSystem::FindFirst().
- Add wxStandardPaths::GetUserDir() (Tobias Taschner).
- Allow calling wxItemContainer::Add() and similar with std::vector<> argument.