aboutsummaryrefslogtreecommitdiff
path: root/lib/service
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@2mac.waldobjekt.org>2009-06-19 19:09:06 +0200
committerFelix Domke <tmbinc@2mac.waldobjekt.org>2009-06-19 19:09:06 +0200
commit4e3471bb70425fb05c3a3cd41ac1756d001307ab (patch)
tree6f34a19adde73b5ecb60439bc61699c63593d1ad /lib/service
parente3922901f71a44a74c320504a4a61f7b2906aaf2 (diff)
parent3455b60a05c4c3f7a59c2e5949f132bb04134969 (diff)
downloadenigma2-4e3471bb70425fb05c3a3cd41ac1756d001307ab.tar.gz
enigma2-4e3471bb70425fb05c3a3cd41ac1756d001307ab.zip
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/service')
-rw-r--r--lib/service/servicemp3.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/service/servicemp3.cpp b/lib/service/servicemp3.cpp
index 77501e75..fe8c7f3d 100644
--- a/lib/service/servicemp3.cpp
+++ b/lib/service/servicemp3.cpp
@@ -1135,9 +1135,9 @@ void eServiceMP3::gstBusCall(GstBus *bus, GstMessage *msg)
if (!caps)
continue;
GstStructure* str = gst_caps_get_structure(caps, 0);
-gchar *g_type;
-g_type = gst_structure_get_name(str);
-eDebug("AUDIO STRUCT=%s", g_type);
+ gchar *g_type;
+ g_type = gst_structure_get_name(str);
+ eDebug("AUDIO STRUCT=%s", g_type);
audio.type = gstCheckAudioPad(str);
g_codec = g_strdup(g_type);
g_lang = g_strdup_printf ("und");