summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/phonon/BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/phonon/phonon/BUGS')
-rw-r--r--src/3rdparty/phonon/phonon/BUGS9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/3rdparty/phonon/phonon/BUGS b/src/3rdparty/phonon/phonon/BUGS
new file mode 100644
index 0000000000..fb74e44cfc
--- /dev/null
+++ b/src/3rdparty/phonon/phonon/BUGS
@@ -0,0 +1,9 @@
+When the backend changes there's a drop in the playback. When it's in
+PlayingState it could time how long it takes until the playback resumes and add
+that time to the seek.
+
+When the backend changes the paths are not restored correctly and it crashes
+
+When a new AudioOutput is created with the same name and category it'll still cause
+a notification if a device fallback was necessary. One such notification per
+name/category or even ignoring the name sure is enough.