[Webkit-unassigned] [Bug 31864] New: [GTK] use gst_init_check() instead of gst_init()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 25 01:51:22 PST 2009


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

           Summary: [GTK] use gst_init_check() instead of gst_init()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pnormand at igalia.com


During initialization of the GStreamer player we call gst_init() but this
function can call exit(1) if something went wrong. I don't think we want that
:) So we should use gst_init_check() which returns a boolean stating success or
not of the GStreamer framework initialization.

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