gst/rtsp/gstrtspsrc.c: Fix stray %u in debug line as spotted by Saur on IRC.

Original commit message from CVS:
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
Fix stray %u in debug line as spotted by Saur on IRC.
This commit is contained in:
Wim Taymans 2007-08-17 15:28:40 +00:00
parent 1301d15e4f
commit 98fb7c070f
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-08-17 Wim Taymans <wim.taymans@gmail.com>
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
Fix stray %u in debug line as spotted by Saur on IRC.
2007-08-17 Sebastian Dröge <slomo@circular-chaos.org> 2007-08-17 Sebastian Dröge <slomo@circular-chaos.org>
* gst/audiofx/audiochebyshevfreqband.c: * gst/audiofx/audiochebyshevfreqband.c:

View file

@ -1518,7 +1518,7 @@ unknown_stream:
} }
was_eos: was_eos:
{ {
GST_DEBUG_OBJECT (src, "stream for session %u was EOS already %u", session); GST_DEBUG_OBJECT (src, "stream for session %u was already EOS", session);
return; return;
} }
} }