gstreamer/ext/dvdnav
Tim-Philipp Müller 62e9ba35b5 ext/dvdnav/dvdnavsrc.c: Fix name of custom event (use same as dvdreadsrc).
Original commit message from CVS:
* ext/dvdnav/dvdnavsrc.c: (gst_dvd_nav_src_push_titlelang_event):
Fix name of custom event (use same as dvdreadsrc).
* gst/dvdsub/gstdvdsubdec.c: (gst_dvd_sub_dec_chain),
(gst_dvd_sub_dec_sink_event), (gst_dvd_sub_dec_handle_dvd_event):
Fix event parsing (the event name is in the structure, not the
name of the structure itself); also fix indentation after
boilerplate macro.
2006-04-25 12:17:02 +00:00
..
dvdnavsrc.c ext/dvdnav/dvdnavsrc.c: Fix name of custom event (use same as dvdreadsrc). 2006-04-25 12:17:02 +00:00
dvdnavsrc.h ext/dvdnav/dvdnavsrc.h: Oops. forgot to add this one. 2006-02-26 22:33:33 +00:00
gst-dvd examples/gstplay/player.c: Don't iterate. 2005-01-05 14:56:27 +00:00
Makefile.am dvdnavsrc ported to 0.10, for the most part at least. Not quite ready for prime time yet though. 2006-02-26 17:55:05 +00:00
README ext/dvdnav/README: Update the README to use dvddemux 2004-07-28 13:47:59 +00:00

Various Info
============

http://members.aol.com/mpucoder/DVD/index.html
http://dvd.sourceforge.net/

Try this:

./gst-launch dvdnavsrc location=/dev/dvd ! dvddemux .current_video ! { queue ! mpeg2dec ! xvimagesink } dvddemux0.current_audio ! { queue ! a52dec ! osssink }

You can give title, chapter, and angle parameters to dvdnavsrc.