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 334434 - Missing functions in def files for dlls
Missing functions in def files for dlls
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Windows
: Normal normal
: 0.10.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-13 13:27 UTC by John Janecek
Modified: 2006-03-15 15:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
libgstreamer.def (17.25 KB, text/plain)
2006-03-13 13:29 UTC, John Janecek
Details
gstreamer\win32\common\libgstcontroller.def (366 bytes, text/plain)
2006-03-13 13:29 UTC, John Janecek
Details
E:\Lee\libs\gstreamer\win32\common\libgstbase.def (932 bytes, text/plain)
2006-03-13 13:31 UTC, John Janecek
Details

Description John Janecek 2006-03-13 13:27:04 UTC
Not all the functions which are in api are being exported in dlls
Comment 1 John Janecek 2006-03-13 13:29:04 UTC
Created attachment 61177 [details]
libgstreamer.def
Comment 2 John Janecek 2006-03-13 13:29:46 UTC
Created attachment 61178 [details]
gstreamer\win32\common\libgstcontroller.def
Comment 3 John Janecek 2006-03-13 13:31:54 UTC
Created attachment 61179 [details]
E:\Lee\libs\gstreamer\win32\common\libgstbase.def

Not sure if useful added the missing functions which I needed so dlls export them.
Not really sure if this is a bug, more like a limitation of msvc <shrug>
Comment 4 Tim-Philipp Müller 2006-03-15 15:58:19 UTC
Thanks for these. I should add that these would really be much more useful 

 - they were patches/.diff files
 - all missing functions in -base and -controller had been added
   instead of random ones that were missing here
 - the format of the original files was observed (sorted alphabetically,
   indented with tabs)


Should be fixed in CVS now:

 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>

        * win32/common/libgstbase.def:
        * win32/common/libgstcontroller.def:
        * win32/common/libgstreamer.def:
          Add a whole bunch of missing functions (#334434).