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
@ -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…
x
Reference in New Issue
Block a user