[Bug 736782] compositor: performance degrades over time

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Sep 17 08:22:29 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=736782
  GStreamer | gst-plugins-bad | 1.4.1

--- Comment #6 from Thibault Saunier <tsaunier at gnome.org> 2014-09-17 15:22:25 UTC ---
(In reply to comment #5)
> (In reply to comment #4)
> > ::: gst-libs/gst/base/gstaggregator.c
> > @@ -486,1 +469,0 @@
> > -  /*  Clean the stack of GSource set on the MainContext */
> > 
> > Why don't you flush here directly?
> 
> There needs to be one item on the queue so that gst_async_queue_pop is
> unblocked after priv->running is set to FALSE. I suppose I could do
> "QUEUE_FLUSH (self); QUEUE_PUSH (self);" but that looks weirder to me than
> pushing one item after running=FALSE, and then flushing the queue once the src
> task is stopped.

Got it, it makes sense then yes. I will check a few things and push that I
think. Thanks for your patch.

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