gstreamer/ext/dvdnav
Jan Schmidt 49b8ebdb37 ext/dv/gstdvdec.c: Fix caps nego and pad templates. RGB mode caps should work now.
Original commit message from CVS:
* ext/dv/gstdvdec.c: (gst_dvdec_video_link):
Fix caps nego and pad templates. RGB mode caps should
work now.
* ext/dvdnav/gst-dvd:
Move mpeg2dec inside the thread because otherwise the
queue rejects cap changes mid-stream
* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
(gst_mpeg2dec_flush_decoder):
For mpeg2dec > 0.4.0, call the flush function instead of
manually extracting all in-flight frames.
* ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
(gst_dv1394src_init), (gst_dv1394src_iso_receive):
Change mime type video/dv go video/x-dv to match the
rest of gst-plugins
2004-05-07 16:17:25 +00:00
..
dvdnavsrc.c a52dec: Use a debug category, Output timestamps correctly 2004-04-01 11:48:27 +00:00
gst-dvd ext/dv/gstdvdec.c: Fix caps nego and pad templates. RGB mode caps should work now. 2004-05-07 16:17:25 +00:00
Makefile.am Remove redundant plugindir definition 2003-08-10 00:01:58 +00:00
README Update the gst-launch example for the new syntax 2003-07-26 17:28:01 +00:00

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

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

Try this:

./gst-launch dvdnavsrc location=/dev/dvd ! mpegdemux .video_%02d ! { queue ! mpeg2dec ! xvideosink } mpegdemux0.private_stream_1_0 ! { queue ! a52dec ! osssink }

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