[Bug 767492] avfassetsrc: Escapes already escaped URIs wrongly, fails to work because of that

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Aug 16 15:49:21 UTC 2016


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #13 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Thanks, I merged the part about the escaping:

commit fc6b17b6d28c2fd52fbcaf61af0e7ba4c1db2c77
Author: Sergei Saveliev <saveliev.sergei at gmail.com>
Date:   Tue Aug 16 18:46:49 2016 +0300

    avfassetsrc: Don't escape the URI another time in another location too

    One location was forgotten in a913a0b9679dd58945ad105d240db45595fdaba6

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



The part about checking playability another time I kept in there for now. The
playability is currently only checked when setting the URI via the
GstURIHandler interface. If it is set via the property, no checking is done at
all (probably because setting properties can't fail and can't return an useful
error).

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