[Bug 783581] New: multifilesink: Implemented URI interface

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jun 9 08:06:34 UTC 2017


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

            Bug ID: 783581
           Summary: multifilesink: Implemented URI interface
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: patcherwork at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

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.

splitfilesrc also implements the URI interface. However, the pattern matching
scheme it uses is not the same as multifilesrc. Thus with this we can get the
added handling of multifilesrc.

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