From 7ec92ddf2dceceeb688b26d45ba606eb6df29f19 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 28 May 2008 14:31:05 +0000 Subject: Document whats first shown on the fdo plugin docs page :) Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * ext/raw1394/gstdv1394src.c: Document whats first shown on the fdo plugin docs page :) --- ext/raw1394/gstdv1394src.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ext/raw1394') diff --git a/ext/raw1394/gstdv1394src.c b/ext/raw1394/gstdv1394src.c index 34a354f3..e5ea2889 100644 --- a/ext/raw1394/gstdv1394src.c +++ b/ext/raw1394/gstdv1394src.c @@ -19,6 +19,23 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ +/** + * SECTION:element-dv1394src + * + * + * + * Read DV (digital video) data from firewire port. + * + * Example launch line + * + * + * gst-launch dv1394src ! dvdemux name=d ! queue ! dvdec ! xvimagesink d. ! queue ! alsasink + * + * This pipeline captures from the firewire port and displays it (might need + * format converters for audio/video). + * + * + */ #ifdef HAVE_CONFIG_H #include "config.h" -- cgit