From 78022a6e0c05ce482b798cf638cbd3f901a5094e Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 8 Mar 2017 15:01:13 -0300 Subject: docs: Port all docstring to gtk-doc markdown --- ext/rtmp/gstrtmpsink.c | 6 +++--- ext/rtmp/gstrtmpsrc.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'ext/rtmp') diff --git a/ext/rtmp/gstrtmpsink.c b/ext/rtmp/gstrtmpsink.c index 1815d9c64..4e07cc692 100644 --- a/ext/rtmp/gstrtmpsink.c +++ b/ext/rtmp/gstrtmpsink.c @@ -20,6 +20,7 @@ /** * SECTION:element-rtmpsink + * @title: rtmpsink * * This element delivers data to a streaming server via RTMP. It uses * librtmp, and supports any protocols/urls that librtmp supports. @@ -27,12 +28,11 @@ * for librtmp, such as 'flashver=version'. See the librtmp documentation * for more detail * - * - * Example launch line + * ## Example launch line * |[ * gst-launch-1.0 -v videotestsrc ! ffenc_flv ! flvmux ! rtmpsink location='rtmp://localhost/path/to/stream live=1' * ]| Encode a test video stream to FLV video format and stream it via RTMP. - * + * */ #ifdef HAVE_CONFIG_H diff --git a/ext/rtmp/gstrtmpsrc.c b/ext/rtmp/gstrtmpsrc.c index db620cc1f..69cec91a6 100644 --- a/ext/rtmp/gstrtmpsrc.c +++ b/ext/rtmp/gstrtmpsrc.c @@ -26,17 +26,17 @@ /** * SECTION:element-rtmpsrc + * @title: rtmpsrc * * This plugin reads data from a local or remote location specified * by an URI. This location can be specified using any protocol supported by * the RTMP library, i.e. rtmp, rtmpt, rtmps, rtmpe, rtmfp, rtmpte and rtmpts. * - * - * Example launch lines + * ## Example launch lines * |[ * gst-launch-1.0 -v rtmpsrc location=rtmp://somehost/someurl ! fakesink * ]| Open an RTMP location and pass its content to fakesink. - * + * */ #ifdef HAVE_CONFIG_H -- cgit v1.2.1