diff options
| author | Fraxinas <andreas.frisch@multimedia-labs.de> | 2011-02-24 10:52:22 +0100 |
|---|---|---|
| committer | Fraxinas <andreas.frisch@multimedia-labs.de> | 2011-02-24 10:52:22 +0100 |
| commit | 4a3df90cd255278dc238f6bf15040f02e0fec8f3 (patch) | |
| tree | 5887e43258d9a85d8fd1d4e212bdc6824d7027f7 /lib/service/servicemp3.cpp | |
| parent | 8eebcd73fcf118bb81f95563b312f925093d1bbe (diff) | |
| parent | a7af14d2a74cbfac606857319994f201b859e001 (diff) | |
| download | enigma2-4a3df90cd255278dc238f6bf15040f02e0fec8f3.tar.gz enigma2-4a3df90cd255278dc238f6bf15040f02e0fec8f3.zip | |
Merge branch 'master' into bug_374_missingcodecwarningmaster-2011.03
Diffstat (limited to 'lib/service/servicemp3.cpp')
| -rw-r--r-- | lib/service/servicemp3.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/service/servicemp3.cpp b/lib/service/servicemp3.cpp index e1217b58..be55d0cd 100644 --- a/lib/service/servicemp3.cpp +++ b/lib/service/servicemp3.cpp @@ -361,6 +361,10 @@ eServiceMP3::eServiceMP3(eServiceReference ref) eDebug("eServiceMP3::subtitle uri: %s", g_filename_to_uri(srt_filename, NULL, NULL)); g_object_set (G_OBJECT (m_gst_playbin), "suburi", g_filename_to_uri(srt_filename, NULL, NULL), NULL); } + if ( m_sourceinfo.is_streaming ) + { + g_signal_connect (G_OBJECT (m_gst_playbin), "notify::source", G_CALLBACK (gstHTTPSourceSetAgent), this); + } } else { m_event((iPlayableService*)this, evUser+12); |
