diff options
| author | Fraxinas <andreas.frisch@multimedia-labs.de> | 2011-02-23 17:29:47 +0100 |
|---|---|---|
| committer | Fraxinas <andreas.frisch@multimedia-labs.de> | 2011-02-23 17:29:47 +0100 |
| commit | ac8c0798743845e1f52075df18fc74e45f64ca5c (patch) | |
| tree | dac20ed4b1f09ac393d17c2cc2d8dee8773d3e81 /lib/service | |
| parent | a42b742985ca98ba90873455ca2eed218d590fa9 (diff) | |
| download | enigma2-ac8c0798743845e1f52075df18fc74e45f64ca5c.tar.gz enigma2-ac8c0798743845e1f52075df18fc74e45f64ca5c.zip | |
re-add lost signal connection of HTTP-Source agent setterexperimental-2011.03
Diffstat (limited to 'lib/service')
| -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 b05b1030..0affafe2 100644 --- a/lib/service/servicemp3.cpp +++ b/lib/service/servicemp3.cpp @@ -360,6 +360,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); |
