Drop gstreamer-0.8 and gstreamer-0.9 ifdef branches in code

This commit is contained in:
Priit Laes
2016-01-28 09:33:09 +02:00
parent 313f8a3eb7
commit 4b70102503
2 changed files with 9 additions and 138 deletions

View File

@@ -202,8 +202,8 @@ public:
- @b wxMEDIABACKEND_QUICKTIME: Use QuickTime. Mac Only.
WARNING: May not working correctly embedded in a wxNotebook.
- @b wxMEDIABACKEND_GSTREAMER, Use GStreamer. Unix Only.
Requires GStreamer 0.8 along with at the very least the xvimagesink, xoverlay,
and gst-play modules of gstreamer to function.
Requires GStreamer 0.10 along with at the very least the xvimagesink,
xoverlay and gst-play modules of gstreamer to function.
You need the correct modules to play the relevant files, for example the
mad module to play mp3s, etc.
- @b wxMEDIABACKEND_WMP10, Uses Windows Media Player 10 (Windows only) -