After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 601668 - [gstregistry] gstregistry.c uses a variable from gst.c
[gstregistry] gstregistry.c uses a variable from gst.c
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Windows
: Normal blocker
: 0.10.26
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-12 11:01 UTC by LRN
Modified: 2009-11-12 12:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Import _priv_gst_dll_handle into gstregistry.c (890 bytes, patch)
2009-11-12 11:01 UTC, LRN
committed Details | Review

Description LRN 2009-11-12 11:01:33 UTC
Created attachment 147554 [details] [review]
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.
Comment 1 Sebastian Dröge (slomo) 2009-11-12 12:00:51 UTC
Thanks, pushed :)
Comment 2 Jan Schmidt 2009-11-12 12:48:24 UTC
Weird, I thought I put that in gst-private.h

Must have gotten lost in one of my rebases.