Skip to content
Snippets Groups Projects
Commit d0a4ddc2 authored by Tim-Philipp Müller's avatar Tim-Philipp Müller :tropical_fish:
Browse files

tests: rtspserver: fix another ref leak

Even if this didn't show up in valgrind.
parent 9238b7e1
No related branches found
No related tags found
Loading
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment