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.
17 lines
578 B
17 lines
578 B
16 years ago
|
Index: gstreamer/mediaobject.cpp
|
||
|
===================================================================
|
||
|
--- gstreamer/mediaobject.cpp (revision 932979)
|
||
|
+++ gstreamer/mediaobject.cpp (revision 932980)
|
||
|
@@ -141,9 +141,9 @@
|
||
|
if (m_resumeState)
|
||
|
return;
|
||
|
|
||
|
- if (m_state == Phonon::PlayingState || m_state == Phonon::PausedState) {
|
||
|
+ if (m_pendingState == Phonon::PlayingState || m_pendingState == Phonon::PausedState) {
|
||
|
m_resumeState = true;
|
||
|
- m_oldState = m_state;
|
||
|
+ m_oldState = m_pendingState;
|
||
|
m_oldPos = getPipelinePos();
|
||
|
}
|
||
|
}
|