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 361732 - "win32\common\libgstreamer.def" lacks 'gst_caps_merge' entry
"win32\common\libgstreamer.def" lacks 'gst_caps_merge' entry
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.10
Other Windows
: Normal normal
: 0.10.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-12 15:48 UTC by Marcus Granado
Modified: 2006-10-12 16:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marcus Granado 2006-10-12 15:48:01 UTC
The file gstreamer-0.10.10\win32\common\libgstreamer.def
lacks an entry 'gst_caps_merge'. This function was added on gstreamer 0.10.10 in gstcaps.c but didn't make it into this file.

Therefore, when compiling with MSVC 8, the other projects cannot import this function from libgstreamer-0.10.lib.
Comment 1 Tim-Philipp Müller 2006-10-12 16:09:36 UTC
Thanks for the report, this should be fixed in CVS HEAD now:

 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>

        * win32/common/libgstbase.def:
        * win32/common/libgstcontroller.def:
        * win32/common/libgstreamer.def:
          Add gst_caps_merge() and a bunch of other recently-added functions.
          Fixes #361732.