After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 599256 - playbin should handle ISO/disc image files directly
playbin should handle ISO/disc image files directly
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 599056
 
 
Reported: 2009-10-21 23:52 UTC by Bastien Nocera
Modified: 2018-11-03 11:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2009-10-21 23:52:17 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
Comment 1 Justin Kim 2015-07-17 04:30:54 UTC
this work still requires? In my opinion, it increases complexity.
Comment 2 Bastien Nocera 2015-07-17 10:54:27 UTC
(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.
Comment 3 GStreamer system administrator 2018-11-03 11:15:47 UTC
-- 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.