[Bug 668083] [resindvd] Allow to specify chapter/title in the DVD URI

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jan 18 14:02:38 PST 2012


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

--- Comment #1 from Olivier Aubert <olivier.aubert at liris.cnrs.fr> 2012-01-18 22:02:33 UTC ---
A complement of information: the resindvdbin.c code actually has some code to
implement title/chapter/angle encoding in the URI, but it is #ifdef-ed out
(looks like it uses a syntax like dvd://[<device>],<title>,<chapter>,<angle>

And thinking about it, another syntax could be:
dvd://[<device>]#title=<title>&chapter=<chapter>&angle=<angle>
i.e. using common URI fragment syntax (or query), using named parameters.

This could be handled by extending the URI parsing code already present
gstreamer (gsturi.c), so that it can split a URI into protocol / path /
fragment / parameters.

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