Revision e7033cb...

Go back to digest for 7th August 2011

Bug Fixes in Multimedia

Harald Sitter committed changes in [phonon/qml] declarative/mediaelement.cpp:

Introduce workaround to make dvd playback work.

Currently the MediaElement has QUrl as source property,
which of course fails for anything but actual urls.
Four options present themself here:
a) use QVariant so that a QML consumer can throw a url at us
AND a mediasource
b) introduce MRL support
c) provide two interfaces, one for url and one for mediasource
d) functions on mediaelement to expose advanced features (e.g. payDvd)

File Changes

Modified 1 files
  • declarative/mediaelement.cpp
1 files changed in total