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

tests: rtspclientsink: fix leak

parent 3d860913
No related branches found
No related tags found
No related merge requests found
......@@ -142,6 +142,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 AUDIO_PIPELINE "audiotestsrc num-buffers=%d ! " \
......
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