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 752703 - configure: DASH plugin requires libxml2 >= 2.8 now
configure: DASH plugin requires libxml2 >= 2.8 now
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.5.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-22 09:36 UTC by Young Han Lee
Modified: 2015-08-16 13:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
configure: Build dash plugin with libxml2 >= 2.8 (1.06 KB, patch)
2015-07-22 09:37 UTC, Young Han Lee
committed Details | Review

Description Young Han Lee 2015-07-22 09:36:51 UTC
dash plugin uses xmlBufferDetach since the following patch which is merged in 20 July.

71a1e36 dashdemux: add support for generating Protection events from ContentProtection elements
    
This causes compile error with libxml2 < 2.8.0 because xmlBufferDetach is introduced on 2.8.0
Comment 1 Young Han Lee 2015-07-22 09:37:21 UTC
Created attachment 307896 [details] [review]
configure: Build dash plugin with libxml2 >= 2.8
Comment 2 Tim-Philipp Müller 2015-07-22 09:59:31 UTC
Thanks, pushed:

commit 1c9db3df42e94e162583b6380fdd20cce60716ff
Author: Young Han Lee <y.lee@lge.com>
Date:   Wed Jul 22 15:50:26 2015 +0900

    configure: require libxml2 >= 2.8 for DASH plugin
    
    The DASH plugin uses xmlBufferDetach now in the code
    that handles ContentProtection elements.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=752703