lib/service/servicemp3.cpp: compile fix
authorghost <andreas.monzner@multimedia-labs.de>
Tue, 20 Jul 2010 17:48:48 +0000 (19:48 +0200)
committerghost <andreas.monzner@multimedia-labs.de>
Tue, 20 Jul 2010 17:48:48 +0000 (19:48 +0200)
lib/service/servicemp3.cpp

index dec87a9..9c24d4b 100644 (file)
@@ -362,7 +362,7 @@ eServiceMP3::eServiceMP3(eServiceReference ref)
                        subs.language_code = std::string("und");
                        m_subtitleStreams.push_back(subs);
                }
-               if ( sourceinfo.is_streaming )
+               if ( m_sourceinfo.is_streaming )
                {
                        g_signal_connect (G_OBJECT (m_gst_playbin), "notify::source", G_CALLBACK (gstHTTPSourceSetAgent), this);
                }