You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
phonon/phonon-4.3.80-gstreamer-res...

16 lines
577 B

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;