[Bug 758838] New: adaptivedemux: tests: improve seek test

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Nov 30 04:24:30 PST 2015


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

            Bug ID: 758838
           Summary: adaptivedemux: tests: improve seek test
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: florin.apostol at oregan.net
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Seek test is waiting for src element to change state. The src element is a
bin containing a fakesouphttpsrc element and a queue2 element. Instead of
waiting for the fakesouphttpsrc element to change state, the test should
wait for the bin to change state (meaning both fakesouphttpsrc and the queue2
element had changed state). This avoids race condition situations when
fakehttpsrc changed state and the test thinks the src has stopped, but
queue2 is still transmitting.

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