diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2012-11-20 23:20:38 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-11-20 23:20:38 +0000 |
commit | c6343ae5b5858b59329f060d9979414233cc23a2 (patch) | |
tree | 5f5f05fc90f6077cded68263b73a2cab150f123f /gst | |
parent | 689cef0fc7a3504b7756101ec8ee28b0ba6960e8 (diff) |
hlssink: add doc chunk with example command line
Diffstat (limited to 'gst')
-rw-r--r-- | gst/hls/gsthlssink.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gst/hls/gsthlssink.c b/gst/hls/gsthlssink.c index 4fe27eb28..dcda338cd 100644 --- a/gst/hls/gsthlssink.c +++ b/gst/hls/gsthlssink.c @@ -17,6 +17,18 @@ * Boston, MA 02110-1301, USA. */ +/** + * SECTION:element-hlssink + * + * HTTP Live Streaming sink/server + * + * <refsect2> + * <title>Example launch line</title> + * |[ + * gst-launch-1.0 videotestsrc is-live=true ! x264enc ! mpegtsmux ! hlssink max-files=5 + * ]| + * </refsect2> + */ #ifdef HAVE_CONFIG_H #include "config.h" #endif |