[Bug 753813] dashdemux: replace use of xmlNodeDump as it is described as a deprecated function
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Aug 19 06:33:18 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=753813
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Target Milestone|git master |1.6.0
--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 2ebebdbfbb7f5cfa7b438bb6b02fc723c9349d51
Author: Alex Ashley <bugzilla at ashley-family.net>
Date: Wed Aug 19 11:29:43 2015 +0100
dashdemux: replace xmlNodeDump with xmlNodeDumpOutput
When running on an STB, the function
gst_mpdparser_get_xml_node_as_string causes a segmentation fault. This
code works correctly on a Linux desktop.
Looking at the libxml documentation, the xmlNodeDump is deprecated.
Replacing the use of xmlNodeDump with xmlNodeDumpOutput fixes the
segfault on the STB and removes the use of the deprecated function.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list