[gstreamer-bugs] [Bug 580120] New: [playbin2] unit test fails

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Apr 24 07:08:46 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=580120

  GStreamer | gst-plugins-base | Ver: git
           Summary: [playbin2] unit test fails
           Product: GStreamer
           Version: git
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: wim.taymans at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


The playbin2 unit test fails in -base with a race condition.

The reason is that the unit tests uses a custom source that provides raw video
on an always source pad. Playbin2 continues autoplugging and exposing the pads
in the state change to READY, resulting in the source to be set to PAUSED
before the sinks had a chance to got to PAUSED too. This causes a wrong-state
return, which stops everything.

We need to add more code to playbin2 to handle this (uncommon) case.

For the release I would suggest to disable the test.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=580120.




More information about the Gstreamer-bugs mailing list