[gstreamer-bugs] [Bug 601668] New: [gstregistry] gstregistry.c uses a variable from gst.c

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Nov 12 03:01:37 PST 2009


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

           Summary: [gstregistry] gstregistry.c uses a variable from gst.c
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: blocker
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: lrn1986 at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=147554)
 View: https://bugzilla.gnome.org/attachment.cgi?id=147554
 Review: https://bugzilla.gnome.org/review?bug=601668&attachment=147554

Import _priv_gst_dll_handle into gstregistry.c

gstregistry.c uses a variable from gst.c - HMODULE _priv_gst_dll_handle, but it
is not visible outside of gst.c

The patch fixes this by declaring _priv_gst_dll_handle in gstregistry.c as
external.

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