mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
rtspsrc: fix debug statement
This commit is contained in:
parent
13ef2ccc97
commit
dedf145316
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue