mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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:
parent
1301d15e4f
commit
98fb7c070f
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue