[Webkit-unassigned] [Bug 30000] New: [MediaPlayer] Check return values of gst_element_set_state()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 2 01:32:13 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30000

           Summary: [MediaPlayer] Check return values of
                    gst_element_set_state()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: slomo at circular-chaos.org


Hi,
currently the media player doesn't check the return values of
gst_element_set_state(). It should really do that.

If it's SUCCESS, NO_PREROLL or ASYNC everything is fine (errors will be posted
as bus message), if it's FAILURE things should fail immediately (there will be
no error messages on the bus in the worst case).

This is only for state changes from NULL or READY to PAUSED or PLAYING.
Downwards state changes can fail but you're usually not interested in that.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list