parent
12ae9d4d77
commit
b6ad0d563d
@ -0,0 +1,15 @@
|
||||
Index: gstreamer/mediaobject.cpp
|
||||
===================================================================
|
||||
--- gstreamer/mediaobject.cpp (Revision 1076453)
|
||||
+++ gstreamer/mediaobject.cpp (Revision 1076454)
|
||||
@@ -916,7 +916,9 @@
|
||||
// Go into to loading state
|
||||
changeState(Phonon::LoadingState);
|
||||
m_loading = true;
|
||||
- m_resetNeeded = false;
|
||||
+ // IMPORTANT: Honor the m_resetNeeded flag as it currently stands.
|
||||
+ // See https://qa.mandriva.com/show_bug.cgi?id=56807
|
||||
+ //m_resetNeeded = false;
|
||||
m_resumeState = false;
|
||||
m_pendingState = Phonon::StoppedState;
|
||||
|
Loading…
Reference in new issue