mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 12:02:27 +00:00
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.
This commit is contained in:
parent
81933ab624
commit
fd4ef1dee7
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
2008-11-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
Patch by: Tal Shalif <tshalif at nargila dot org>
|
||||
|
||||
* ext/resindvd/resindvdsrc.c:
|
||||
(rsn_dvdsrc_prepare_streamsinfo_event):
|
||||
Fix format string. Fixes bug #561992.
|
||||
|
||||
2008-11-22 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue