From e3664d57ad39c9168c18afaade39ba429b9ad672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 22 Apr 2009 19:24:43 +0200 Subject: mxf: Add documentation to mxfmux and update the docs --- gst/mxf/mxfmux.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'gst/mxf/mxfmux.c') diff --git a/gst/mxf/mxfmux.c b/gst/mxf/mxfmux.c index d2cab0a7..3ca60a4e 100644 --- a/gst/mxf/mxfmux.c +++ b/gst/mxf/mxfmux.c @@ -17,6 +17,19 @@ * Boston, MA 02111-1307, USA. */ +/** + * SECTION:element-mxfmux + * + * mxfmux muxes different streams into an MXF file. + * + * + * Example launch line + * |[ + * gst-launch -v filesrc location=/path/to/audio ! decodebin2 ! queue ! mxfmux name=m ! filesink location=file.mxf filesrc location=/path/to/video ! decodebin2 ! queue ! m. + * ]| This pipeline muxes an audio and video file into a single MXF file. + * + */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif -- cgit v1.2.1