From c6343ae5b5858b59329f060d9979414233cc23a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 20 Nov 2012 23:20:38 +0000 Subject: [PATCH] hlssink: add doc chunk with example command line --- gst/hls/gsthlssink.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gst/hls/gsthlssink.c b/gst/hls/gsthlssink.c index 4fe27eb287..dcda338cd0 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 + * + * + * Example launch line + * |[ + * gst-launch-1.0 videotestsrc is-live=true ! x264enc ! mpegtsmux ! hlssink max-files=5 + * ]| + * + */ #ifdef HAVE_CONFIG_H #include "config.h" #endif -- 2.34.1