gstreamer/ext/dvdnav
Tim-Philipp Müller bd59af6fe6 ext/dvdnav/dvdnavsrc.c: Don't forget to unlock when setting the device property, or we'll sooner or later deadlock.
Original commit message from CVS:
* ext/dvdnav/dvdnavsrc.c: (gst_dvd_nav_src_set_property):
Don't forget to unlock when setting the device property, or
we'll sooner or later deadlock.
2007-06-13 14:29:39 +00:00
..
.gitignore ext/dvdnav/.cvsignore: More ignore 2006-06-12 14:09:20 +00:00
dvdnavsrc.c ext/dvdnav/dvdnavsrc.c: Don't forget to unlock when setting the device property, or we'll sooner or later deadlock. 2007-06-13 14:29:39 +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 update build files 2006-06-11 17:08:11 +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.