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 dec87a9a5ad8f4c4944a3e807f68f7edc41253a1..9c24d4bb2e4dff7aff7c68f2baf108fa2de0a600 100644 (file)
@@ -362,7 +362,7 @@ eServiceMP3::eServiceMP3(eServiceReference ref)
                        subs.language_code = std::string("und");
                        m_subtitleStreams.push_back(subs);
                }
                        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);
                }
                {
                        g_signal_connect (G_OBJECT (m_gst_playbin), "notify::source", G_CALLBACK (gstHTTPSourceSetAgent), this);
                }