summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2017-07-26 17:22:31 -0700
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2017-07-26 17:22:31 -0700
commitaa1b530f66e9909176ee1a26789e94563688eb41 (patch)
tree668411e6d6ecf148ca3088c710999603093a60e7
parentd82ae7a45f77837dae26e3d54189f2acd6dc235d (diff)
curl: curlqueue: add symbol name to avoid confusing gtkdoc
-rw-r--r--ext/curl/gstcurlqueue.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/curl/gstcurlqueue.c b/ext/curl/gstcurlqueue.c
index 5d6df70bf0..bfe6da9576 100644
--- a/ext/curl/gstcurlqueue.c
+++ b/ext/curl/gstcurlqueue.c
@@ -46,6 +46,8 @@
#include "gstcurlqueue.h"
/**
+ * gst_curl_http_src_add_queue_item:
+ *
* Function to add an item to a queue. If the queue is empty (i.e. NULL), then
* it creates the new head of the queue, otherwise it scans to the end and adds
* the entry there.
@@ -87,6 +89,8 @@ gst_curl_http_src_add_queue_item (GstCurlHttpSrcQueueElement ** queue,
}
/**
+ * gst_curl_http_src_remove_queue_item:
+ *
* Function to remove an item from a queue.
* @param queue The queue to remove an item from.
* @param s The item to be removed.
@@ -127,6 +131,8 @@ gst_curl_http_src_remove_queue_item (GstCurlHttpSrcQueueElement ** queue,
}
/**
+ * gst_curl_http_src_remove_queue_handle:
+ *
* Convenience function to remove an item from a queue by it's contained curl
* handle. Only ever called from within the multi loop when the CURL handle
* returns, so it's safe to assume that the transfer completed and the result