aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFraxinas <andreas.frisch@multimedia-labs.de>2011-02-23 17:29:47 +0100
committerFraxinas <andreas.frisch@multimedia-labs.de>2011-02-23 17:39:54 +0100
commita7af14d2a74cbfac606857319994f201b859e001 (patch)
tree1271c42e6f177bb82e01e4cbd32fa31ddf1ff111
parentd15066ea9f5412d83fb46db2974ef08646d86634 (diff)
downloadenigma2-a7af14d2a74cbfac606857319994f201b859e001.tar.gz
enigma2-a7af14d2a74cbfac606857319994f201b859e001.zip
re-add lost signal connection of HTTP-Source agent setter
-rw-r--r--lib/service/servicemp3.cpp4
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);