Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gst-plugins-base
gst-plugins-base
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 629
    • Issues 629
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 103
    • Merge Requests 103
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GStreamer
  • gst-plugins-basegst-plugins-base
  • Issues
  • #25

Closed
Open
Opened Oct 21, 2009 by Bugzilla Migration User@bugzilla-migration

playbin should handle ISO/disc image files directly

Submitted by Bastien Nocera @hadess

Link to original bug (#599256)

Description

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

Blocking

  • Bug 599056
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: gstreamer/gst-plugins-base#25