From: ghost Date: Tue, 16 Jun 2009 16:27:05 +0000 (+0200) Subject: servicemp3.cpp: fix tabs X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=9a2b8cd197039db5a4324149dcf6e817171166bf servicemp3.cpp: fix tabs --- diff --git a/lib/service/servicemp3.cpp b/lib/service/servicemp3.cpp index 77501e7..fe8c7f3 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");