[Bug 787306] rtsp-sink : Fix Memory leak in gstrtspclientsink.c

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Sep 6 10:06:43 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=787306

--- Comment #10 from Satya Prakash Gupta <sp.gupta at samsung.com> ---
Created attachment 359256
  --> https://bugzilla.gnome.org/attachment.cgi?id=359256&action=edit
Patch file is updated.

As per doc "void gst_rtsp_stream_transport_set_transport
                               (GstRTSPStreamTransport *trans,
                                GstRTSPTransport *tr);"

Set tr as the client transport. This function takes ownership of the passed tr
.


But gst_rtsp_stream_transport_set_active does not take any ownership to
transport . So I added updated code for it.

Please review once and provide your valuable comments.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list