[Bug 777915] New: rate negotiation sometimes fails

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jan 30 05:46:48 UTC 2017


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

            Bug ID: 777915
           Summary: rate negotiation sometimes fails
    Classification: Platform
           Product: GStreamer
           Version: 1.10.2
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: don't know
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: John_Sauter at systemeyescomputerstore.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

In Gstreamer version 1.10.2, on Fedora 25, the following pipeline fails to
negotiate about five times in ten:

gst-launch-1.0 \
    fakesrc num-buffers=5 format=GST_FORMAT_TIME ! \
    audio/x-raw,rate=96000,format=S16LE,channels=1,layout=interleaved ! \
    audioresample ! \
    adder name=mix ! fakesink \
    fakesrc num-buffers=5 format=GST_FORMAT_TIME ! \
    audio/x-raw,rate=48000,format=S16LE,channels=1,layout=interleaved ! \
    audioresample  ! mix. 

If I change the rates to be the same, the pipeline succeeds ten times out of
ten.
The "additional debug info" points to gstbasesrc.c(2950): gst_base_src_loop ():
/GstPipeline:pipeline0/GstFakeSrc:fakesrc1: or fakesrc0:.

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