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 731522 - codecparsers: add C++ guards for MPEG-4 and VP8 parsers
codecparsers: add C++ guards for MPEG-4 and VP8 parsers
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal blocker
: 1.3.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-06-11 13:08 UTC by Gwenole Beauchesne
Modified: 2014-06-12 09:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
codecparsers: add C++ guards for MPEG-4 and VP8 parsers (2.43 KB, patch)
2014-06-11 13:08 UTC, Gwenole Beauchesne
committed Details | Review

Description Gwenole Beauchesne 2014-06-11 13:08:47 UTC
Created attachment 278266 [details] [review]
codecparsers: add C++ guards for MPEG-4 and VP8 parsers

Fix MPEG-4 and VP8 APIs to export their external symbols as pure C symbols, i.e. un-mangled for C++
Comment 1 Tim-Philipp Müller 2014-06-12 09:07:58 UTC
commit 5196f241385f6b0a0b04794ac0048059d34ecdd8
Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Date:   Mon May 26 18:29:21 2014 +0200

    codecparsers: add C++ guards for MPEG-4 and VP8 parsers.
    
    Fix MPEG-4 and VP8 APIs to export their external symbols as pure C
    symbols, i.e. un-mangled for C++.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=731522
    
    Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>