[Bug 736782] compositor: performance degrades over time

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Sep 17 08:11:10 PDT 2014


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

--- Comment #5 from Jan Alexander Steffens (heftig) <jan.steffens at gmail.com> 2014-09-17 15:11:06 UTC ---
(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.

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