[gstreamer-bugs] [Bug 599256] New: playbin should handle ISO/disc image files directly

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Oct 21 16:52:20 PDT 2009


https://bugzilla.gnome.org/show_bug.cgi?id=599256
  GStreamer | gst-plugins-base | git

           Summary: playbin should handle ISO/disc image files directly
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: hadess at hadess.net
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Instead of needing to do:
gst-launch playbin2 uri=dvd:///path/to/file.iso
We should be able to do:
gst-launch playbin2 uri=file:///path/to/file.iso

Which would automatically use resindvd to play back the DVD, or play it as a
VCD, or warn that the disc image isn't recognised.

<thaytan> to do that: a) typefind iso files b) iso-decoder that looks in the
file for VIDEO_TS c) iso-decoder fires a redirect message to redirect to
dvd:///path/to/file

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