aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicemp3.cpp
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-06-16 18:27:05 +0200
committerghost <andreas.monzner@multimedia-labs.de>2009-06-16 18:27:05 +0200
commit9a2b8cd197039db5a4324149dcf6e817171166bf (patch)
tree0208d983bb82d59ac6292e9cfb1e8e1bb57d3cab /lib/service/servicemp3.cpp
parent8e25f5ffce455c81b4d795f6827a0dfb602d8178 (diff)
downloadenigma2-9a2b8cd197039db5a4324149dcf6e817171166bf.tar.gz
enigma2-9a2b8cd197039db5a4324149dcf6e817171166bf.zip
servicemp3.cpp: fix tabs
Diffstat (limited to 'lib/service/servicemp3.cpp')
-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");