[Bug 673319] Need to use \\\\ for filenames containing '\' when using gst-launch

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jun 27 12:14:01 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=673319
  GStreamer | gstreamer (core) | unspecified

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.11.x

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-06-27 19:13:57 UTC ---
commit dd9fedb41f1ada8e1f8bd5346fccd3d068d543cb
Author: Christophe Fergeau <teuf at gnome.org>
Date:   Wed Jun 27 19:59:29 2012 +0100

    parse: escape \ with a \ as well, so that we don't lose the \ when
unescaping

    If we have a file called Foo\Bar.ogg, there is no way to pass
    that filename properly to filesrc in gst_parse_launch(), since
    gst_parse_unescape() will just unescape \x to x.

    Not cherry-picking this into 0.10 since there are apparently
    apps that work around this problem and which would break if
    we fixed it there too.

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

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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