GNOME Bugzilla – Bug 599256
playbin should handle ISO/disc image files directly
Last modified: 2018-11-03 11:15:47 UTC
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
this work still requires? In my opinion, it increases complexity.
(In reply to Justin Joy from comment #1) > this work still requires? In my opinion, it increases complexity. Better stop writing new code then, and go shopping.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/25.