[gstreamer-bugs] [Bug 615166] [multifile] add support for reading filenames from a list file

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Apr 9 20:05:26 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=615166
  GStreamer | gst-plugins-good | unspecified

--- Comment #3 from Jonathan Matthew <notverysmart at gmail.com> 2010-04-10 03:05:24 UTC ---
I think building directory scanning and sorting into the element is probably
excessive.  It's not really GStreamer's job, and I don't think you want it in
your API if you can avoid it.

If you're running a pipeline with gst-launch, you can use shell commands to
construct the list.  If you're writing an application, maybe appsrc would be a
better option.  The 'read file into buffer' part of the element is not very
complicated, so I'm not sure it makes sense to build too much other stuff into
the element to provide access to it.

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