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