[gstreamer-bugs] [Bug 413418] Make GstAppSrc better
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Sat Mar 10 00:06:48 PST 2007
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=413418
GStreamer | gst-plugins-bad | Ver: HEAD CVS
------- Comment #15 from Snark 2007-03-10 08:04 UTC -------
That's ok. I'll try to have a look at appsink.
I can tell the GstAppBuffers are freed... I don't know if they all are, but I
used a function like :
void
free_gst_app_buffer (gpointer buffer)
{
g_print ("Freeing a GstAppBuffer\n");
g_free (buffer);
}
and saw the message printed many times.
So the leak doesn't look like it's here :-/
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
More information about the Gstreamer-bugs
mailing list