follow service event changes
authorFelix Domke <tmbinc@elitedvb.net>
Thu, 26 Jan 2006 13:31:02 +0000 (13:31 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Thu, 26 Jan 2006 13:31:02 +0000 (13:31 +0000)
lib/service/servicemp3.cpp

index 27a010fb62b0c16d08ad5cabe965c04e17a4a78f..ce81b3115cc1c6089712b16dbac868bbe1af1582 100644 (file)
@@ -142,7 +142,7 @@ RESULT eServiceMP3::stop()
        test.stop();
        printf("MP3: %s stop\n", filename.c_str());
        m_state = stStopped;
        test.stop();
        printf("MP3: %s stop\n", filename.c_str());
        m_state = stStopped;
-       m_event(this, evEnd);
+       m_event(this, evEOF);
        return 0;
 }
 
        return 0;
 }