projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
689cef0
)
hlssink: add doc chunk with example command line
author
Tim-Philipp Müller
<tim@centricular.net>
Tue, 20 Nov 2012 23:20:38 +0000
(23:20 +0000)
committer
Tim-Philipp Müller
<tim@centricular.net>
Tue, 20 Nov 2012 23:20:38 +0000
(23:20 +0000)
gst/hls/gsthlssink.c
patch
|
blob
|
history
diff --git
a/gst/hls/gsthlssink.c
b/gst/hls/gsthlssink.c
index 4fe27eb287b1bb32fc13b96fc806ffbac2aa1566..dcda338cd0c339c01d7771bb057e07f963342268 100644
(file)
--- 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