hlssink: add doc chunk with example command line
authorTim-Philipp Müller <tim@centricular.net>
Tue, 20 Nov 2012 23:20:38 +0000 (23:20 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 20 Nov 2012 23:20:38 +0000 (23:20 +0000)
gst/hls/gsthlssink.c

index 4fe27eb287b1bb32fc13b96fc806ffbac2aa1566..dcda338cd0c339c01d7771bb057e07f963342268 100644 (file)
  * 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