Blob Blame History Raw
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;