summaryrefslogtreecommitdiffstats
path: root/ext/resindvd
diff options
context:
space:
mode:
authorTal Shalif <tshalif@nargila.org>2008-11-23 11:16:36 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-11-23 11:16:36 +0000
commitfd4ef1dee74261f428836510b8b75523ab253b76 (patch)
tree5223dd06ce2219e588120a682e5f98c6d98ed0bc /ext/resindvd
parent81933ab62410e87a058c03663df249f651d46d26 (diff)
downloadgst-plugins-bad-fd4ef1dee74261f428836510b8b75523ab253b76.tar.gz
gst-plugins-bad-fd4ef1dee74261f428836510b8b75523ab253b76.tar.bz2
gst-plugins-bad-fd4ef1dee74261f428836510b8b75523ab253b76.zip
ext/resindvd/resindvdsrc.c: Fix format string. Fixes bug #561992.
Original commit message from CVS: Patch by: Tal Shalif <tshalif at nargila dot org> * ext/resindvd/resindvdsrc.c: (rsn_dvdsrc_prepare_streamsinfo_event): Fix format string. Fixes bug #561992.
Diffstat (limited to 'ext/resindvd')
-rw-r--r--ext/resindvd/resindvdsrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/resindvd/resindvdsrc.c b/ext/resindvd/resindvdsrc.c
index e651c9b4..2c742120 100644
--- a/ext/resindvd/resindvdsrc.c
+++ b/ext/resindvd/resindvdsrc.c
@@ -1350,7 +1350,7 @@ rsn_dvdsrc_prepare_streamsinfo_event (resinDvdSrc * src)
GST_DEBUG_OBJECT (src, "Audio stream %d is language %s", i, lang_code);
} else
- GST_DEBUG_OBJECT (src, "Audio stream %d - no language", i, lang_code);
+ GST_DEBUG_OBJECT (src, "Audio stream %d - no language %s", i, lang_code);
}
if (have_audio == FALSE) {