[Bug 661356] [gst-launch playbin2] leaks big chunks of memory

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Oct 10 17:20:54 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=661356
  GStreamer | gstreamer (core) | 0.10.x

Davy <realbrightster> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |realbrightster at gmail.com

--- Comment #6 from Davy <realbrightster at gmail.com> 2011-10-11 00:20:49 UTC ---
Hi there,

As far as I know, playbin2 includes two queues, one is queueu2 and the other is
multiqueue.
If you set the “buffer-size” to playbin2, this configuration will affect both
queue2 and multiqueue as max-size-bytes – it means the buffering limits, unit
of bytes.

So I think, if the network speed was enough to fast to make full-queue. 
The 60MB memory usage is reasonable (24MB + 24MB).
And the “resident set memory size” will be grown up due to it will make dirty
page.
In this case, actually it’s not a memory leak but just a heavy memory usage. 

Anyhow, I’d like to join this thread!

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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