[Bug 744338] New: opusdec: LATENCY query handling looks wrong

bugzilla at gnome.org bugzilla at gnome.org
Wed Feb 11 07:57:53 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=744338

            Bug ID: 744338
           Summary: opusdec: LATENCY query handling looks wrong
    Classification: Platform
           Product: GStreamer
           Version: unspecified
                OS: Linux
            Status: NEW
          Severity: major
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: slomo at coaxion.net
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

+++ This bug was initially created as a clone of Bug #744106 +++

Currently opusdec does this if inband fec is used:
> gst_audio_decoder_set_latency (dec, 2 * GST_MSECOND + GST_MSECOND / 2,
>          120 * GST_MSECOND)

This is probably not right. The max latency would mean that it can buffer up to
120ms, but that seems unlikely. Maybe 120ms is the maximum delay the decoder
can cause, i.e. the minimum latency? And the 2.5ms is the minimum delay, for
which we currently have nothing in the LATENCY query?

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