From: Mark Nauwelaerts Date: Thu, 7 Oct 2010 12:50:53 +0000 (+0200) Subject: rtspsrc: fix debug statement X-Git-Tag: RELEASE-0.10.27~291 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dedf145316319782e5a5281a7834d56557e92715;p=platform%2Fupstream%2Fgst-plugins-good.git rtspsrc: fix debug statement --- 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); }