summaryrefslogtreecommitdiff
path: root/ext/curl/gstcurlsmtpsink.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/curl/gstcurlsmtpsink.c')
-rw-r--r--ext/curl/gstcurlsmtpsink.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/ext/curl/gstcurlsmtpsink.c b/ext/curl/gstcurlsmtpsink.c
index 07a147430..b9e9bf2d9 100644
--- a/ext/curl/gstcurlsmtpsink.c
+++ b/ext/curl/gstcurlsmtpsink.c
@@ -19,14 +19,17 @@
/**
* SECTION:element-curlsink
+ * @title: curlsink
* @short_description: sink that uploads data to a server using libcurl
* @see_also:
*
* This is a network sink that uses libcurl as a client to upload data to
* an SMTP server.
*
- * <refsect2>
- * <title>Example launch line (upload a JPEG file to an SMTP server)</title>
+ * ## Example launch line
+ *
+ * Upload a JPEG file to an SMTP server.
+ *
* |[
* gst-launch-1.0 filesrc location=image.jpg ! jpegparse ! curlsmtpsink \
* file-name=image.jpg \
@@ -38,7 +41,7 @@
* use-ssl=TRUE \
* insecure=TRUE
* ]|
- * </refsect2>
+ *
*/
#ifdef HAVE_CONFIG_H