diff options
Diffstat (limited to 'gst/mxf')
-rw-r--r-- | gst/mxf/mxfdemux.c | 6 | ||||
-rw-r--r-- | gst/mxf/mxfmux.c | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/gst/mxf/mxfdemux.c b/gst/mxf/mxfdemux.c index 54ceec1df..5c176ac0e 100644 --- a/gst/mxf/mxfdemux.c +++ b/gst/mxf/mxfdemux.c @@ -19,15 +19,15 @@ /** * SECTION:element-mxfdemux + * @title: mxfdemux * * mxfdemux demuxes an MXF file into the different contained streams. * - * <refsect2> - * <title>Example launch line</title> + * ## Example launch line * |[ * gst-launch-1.0 -v filesrc location=/path/to/mxf ! mxfdemux ! audioconvert ! autoaudiosink * ]| This pipeline demuxes an MXF file and outputs one of the contained raw audio streams. - * </refsect2> + * */ /* TODO: diff --git a/gst/mxf/mxfmux.c b/gst/mxf/mxfmux.c index 7de12ac7a..4f6632107 100644 --- a/gst/mxf/mxfmux.c +++ b/gst/mxf/mxfmux.c @@ -19,15 +19,15 @@ /** * SECTION:element-mxfmux + * @title: mxfmux * * mxfmux muxes different streams into an MXF file. * - * <refsect2> - * <title>Example launch line</title> + * ## Example launch line * |[ * gst-launch-1.0 -v filesrc location=/path/to/audio ! decodebin ! queue ! mxfmux name=m ! filesink location=file.mxf filesrc location=/path/to/video ! decodebin ! queue ! m. * ]| This pipeline muxes an audio and video file into a single MXF file. - * </refsect2> + * */ #ifdef HAVE_CONFIG_H |