mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 16:18:16 +00:00
tests: rtspserver: fix another ref leak
Even if this didn't show up in valgrind.
This commit is contained in:
parent
9238b7e19a
commit
d0a4ddc2bb
1 changed files with 1 additions and 0 deletions
|
@ -2091,6 +2091,7 @@ media_constructed_cb (GstRTSPMediaFactory * mfactory, GstRTSPMedia * media,
|
|||
bin = gst_rtsp_media_get_element (media);
|
||||
*p_sink = gst_bin_get_by_name (GST_BIN (bin), "sink");
|
||||
GST_INFO ("media constructed!: %" GST_PTR_FORMAT, *p_sink);
|
||||
gst_object_unref (bin);
|
||||
}
|
||||
|
||||
#define RECORD_N_BUFS 10
|
||||
|
|
Loading…
Reference in a new issue