[Bug 783787] gsturi: Fixed incorrect escaping of path in gst_uri_construct

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jun 15 08:39:25 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=783787

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |slomo at coaxion.net
         Resolution|---                         |FIXED

--- Comment #5 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 688d79033f5e212f64d6f81060bf275f8a319ec2
Author: Dimitrios Katsaros <patcherwork at gmail.com>
Date:   Wed Jun 14 17:36:57 2017 +0200

    gsturi: Fixed incorrect escaping of path as a generic string

    The gst_uri_construct function was escaping the location string
    as a generic uri string. This is incorrect since the slash('/')
    characters are reserved for use in this exact case. The patch
    changes the escape_string function mode to handle the path correctly.

    I have deleted the escape_string function since it is no longer being
    used and have created a unit test for the function. I have also
    deprecated this function in favour of the GstUri API.

    https://bugzilla.gnome.org/show_bug.cgi?id=783787

-- 
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