mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
rtspsrc: don't leak the session
This commit is contained in:
parent
bc72d8250c
commit
a50cd7c27d
1 changed files with 1 additions and 0 deletions
|
@ -2277,6 +2277,7 @@ gst_rtspsrc_stream_configure_manager (GstRTSPSrc * src, GstRTSPStream * stream,
|
|||
g_object_set (rtpsession, "rtcp-rs-bandwidth", stream->rs_bandwidth,
|
||||
NULL);
|
||||
}
|
||||
g_object_unref (rtpsession);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue