diff options
Diffstat (limited to 'gst')
-rw-r--r-- | gst/rtsp/gstrtspsrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c index d5728a63..e0d8fcf7 100644 --- a/gst/rtsp/gstrtspsrc.c +++ b/gst/rtsp/gstrtspsrc.c @@ -1518,7 +1518,7 @@ unknown_stream: } 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; } } |