[Bug 647922] New: [introspection] Needs to call gst_init() before anything else

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Apr 16 00:28:16 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=647922
  GStreamer | gstreamer (core) | git

           Summary: [introspection] Needs to call gst_init() before
                    anything else
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: blocker
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: slomo at circular-chaos.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


I'm sure we had this at some point but the call to gst_init() by g-ir-scanner
is gone again. Adding this to Makefile.am everywhere (same things might be
needed additionally for other libraries that require iniialization, e.g.
controller) fixes the build of the 0.11 introspection and won't hurt for 0.10
either.

--add-init-section="gst_init(NULL, NULL);"

IMHO we should add this everywhere (again) ASAP ;)

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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