diff options
| author | Felix Domke <tmbinc@2mac.waldobjekt.org> | 2009-06-19 19:09:06 +0200 |
|---|---|---|
| committer | Felix Domke <tmbinc@2mac.waldobjekt.org> | 2009-06-19 19:09:06 +0200 |
| commit | 4e3471bb70425fb05c3a3cd41ac1756d001307ab (patch) | |
| tree | 6f34a19adde73b5ecb60439bc61699c63593d1ad /lib/service/servicemp3.cpp | |
| parent | e3922901f71a44a74c320504a4a61f7b2906aaf2 (diff) | |
| parent | 3455b60a05c4c3f7a59c2e5949f132bb04134969 (diff) | |
| download | enigma2-4e3471bb70425fb05c3a3cd41ac1756d001307ab.tar.gz enigma2-4e3471bb70425fb05c3a3cd41ac1756d001307ab.zip | |
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/service/servicemp3.cpp')
| -rw-r--r-- | lib/service/servicemp3.cpp | 6 |
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"); |
