From dedf145316319782e5a5281a7834d56557e92715 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Thu, 7 Oct 2010 14:50:53 +0200 Subject: [PATCH] rtspsrc: fix debug statement --- gst/rtsp/gstrtspsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c index a5fd4e6..9e991ce 100644 --- a/gst/rtsp/gstrtspsrc.c +++ b/gst/rtsp/gstrtspsrc.c @@ -2385,7 +2385,7 @@ gst_rtspsrc_stream_configure_manager (GstRTSPSrc * src, GstRTSPStream * stream, NULL); } if (stream->rs_bandwidth != -1) { - GST_INFO_OBJECT (src, "setting RS: %u", stream->rr_bandwidth); + GST_INFO_OBJECT (src, "setting RS: %u", stream->rs_bandwidth); g_object_set (rtpsession, "rtcp-rs-bandwidth", stream->rs_bandwidth, NULL); } -- 2.7.4