[Bug 741146] aggregator: deadline based aggregation

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Dec 6 07:42:48 PST 2014


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

--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-12-06 15:42:44 UTC ---
Even when the buffer comes from a bufferpool, it wouldn't contain any useful
information that would allow to get a timestamp. I think Olivier's proposal of
a get_next_time() or similar makes sense in this situation, as we want to wait
until we create the next buffer.


Independent of that there is also something missing to make this useful in
combination with videoaggregator. videoaggregator currently drops frames that
arrive too late. But this can mean that an even older frame is kept around and
not updated, and even if there is no older frame it means that instead of
showing an old frame we show nothing. I think for live mode (and in general
maybe?) it should always keep around the latest buffer, but if it's too old it
should just not trigger rendering with that buffer until the deadline.

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