[gstreamer-bugs] [Bug 515697] [multifile] Several memory leaks exposed by unit test

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Feb 11 01:51:50 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=515697

  GStreamer | gst-plugins-good | Ver: HEAD CVS

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk




------- Comment #3 from Tim-Philipp Müller  2008-02-11 09:51 UTC -------
> Also, why does it use g_file_get_contents()? This is a bit annoying if trying
> to read files that are rather large.

It's meant to produce one buffer per file and is supposed to be used only with
files that easily fit into allocated memory.  Using mmap() here would entail
the same problems that we've been seeing with filesrc, meaning that it's not
really an option because we can't do decent error handling: if something goes
wrong it might just take the entire app down.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=515697.




More information about the Gstreamer-bugs mailing list