[gstreamer-bugs] [Bug 500653] reuse qos event in basesink

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Dec 8 02:08:00 PST 2007


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=500653

  GStreamer | gstreamer (core) | Ver: HEAD CVS




------- Comment #7 from Stefan Kost (gstreamer, gtkdoc dev)  2007-12-08 10:07 UTC -------
Okay, some more background. Its not about saving time as such. Its about
eliminating non-deterministic behaviour. When calling g_free() which calls
free() the libc allocator does trimming of the memory pool. Thus free() is not
always quick. When running a low-latency pipeline this could already cause
missing deadline. Bug 501239 has a proposal for allowing threads with
soft-realtime scheduling. There it is even more important to avoid malloc/free
calls.

I already explained why we don't want to use g_slice for most cases in
gstreamer in Comment #4. David, do you thing this wont apply?


-- 
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=500653.




More information about the Gstreamer-bugs mailing list