[gstreamer-bugs] [Bug 627256] failure querying latency for high latency?

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 19 05:50:01 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=627256
  GStreamer | gstreamer (core) | unspecified

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim.taymans at gmail.com

--- Comment #1 from Wim Taymans <wim.taymans at gmail.com> 2010-08-19 12:49:58 UTC ---
In this case you ask the queue to only start outputting data when there is more
than 10s of data in it. This means that the minimun latency is at least 10s. 

Together with the max size of the queue, that is by default set to 1s, this
creates the impossible situation you see here. 

The fact that this pipeline actually prerolls and somewhat runs is because it
eventually hits the other byte and buffer limits of the queue.

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