[gstreamer-bugs] [Bug 608533] [real] memory leak in real audio stream via rtsp
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sat Jan 30 15:05:42 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=608533
GStreamer | gst-plugins-ugly | 0.10.13
--- Comment #1 from Massimiliano <negro at interim.it> 2010-01-30 23:05:39 UTC ---
Not really a proposed patch, anyway... It seems that adding
g_buffer_unref(buffer);
in line 854 of rdtmanager.c, after
result = gst_pad_push (session->recv_rtp_src, buffer);
solves the leak. Anyway I can't understand what's going on, since gst_pad_push
is supposed to take over the reference of the buffer...
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the Gstreamer-bugs
mailing list