mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
rtsp-stream: unref srtp decoder when leaving bin
https://bugzilla.gnome.org/show_bug.cgi?id=739481
This commit is contained in:
parent
ef9dc6c9e4
commit
7c267928ff
1 changed files with 2 additions and 0 deletions
|
@ -2062,6 +2062,8 @@ gst_rtsp_stream_leave_bin (GstRTSPStream * stream, GstBin * bin,
|
|||
|
||||
if (priv->srtpenc)
|
||||
gst_object_unref (priv->srtpenc);
|
||||
if (priv->srtpdec)
|
||||
gst_object_unref (priv->srtpdec);
|
||||
|
||||
priv->is_joined = FALSE;
|
||||
g_mutex_unlock (&priv->lock);
|
||||
|
|
Loading…
Reference in a new issue