[Bug 783581] multifilesrc: Implement URI interface

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jan 23 18:49:59 UTC 2018


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.13.1
            Summary|multifilesink: Implemented  |multifilesrc: Implement URI
                   |URI interface               |interface

--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
commit a5b5451d934e801e4a76a3803acc44b46a9afce7 (HEAD -> master)
Author: Tim-Philipp Müller <tim at centricular.com>
Date:   Tue Jan 23 18:37:09 2018 +0000

    multifilesrc: fix up uri handler a little

    Fix path escaping when creating URI from location in get_uri().

    Return FALSE with an error when URI can't be parsed in set_uri().

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

commit dccfaf2e91a4a7b227d9193623344eb634aada5b
Author: Dimitrios Katsaros <patcherwork at gmail.com>
Date:   Thu Jun 15 13:37:28 2017 +0200

    multifilesrc: implement uri handler

    With this patch we can now provide a set of files
    created by multifilesink as a source for uri elements.

    e.g. gst-launch-1.0 playbin uri=multifile://img%25d.ppm

    Note that for the %d pattern you need to replace % with %25.
    This is to be compliant with URL naming standards.

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

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