diff options
Diffstat (limited to 'ext/curl/gstcurlbasesink.c')
-rw-r--r-- | ext/curl/gstcurlbasesink.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/curl/gstcurlbasesink.c b/ext/curl/gstcurlbasesink.c index 1ce3ecccb..6b088bfb2 100644 --- a/ext/curl/gstcurlbasesink.c +++ b/ext/curl/gstcurlbasesink.c @@ -1012,8 +1012,8 @@ gst_curl_base_sink_transfer_thread_func (gpointer data) /* Start driving the transfer. */ klass->handle_transfer (sink); - /* easy handle will be possibly re-used for next transfer, thus it needs to - * be removed from the multi stack and re-added again */ + /* easy handle will be possibly re-used for next transfer, thus it needs + * to be removed from the multi stack and re-added again */ if (!gst_curl_base_sink_is_live (sink)) { curl_multi_remove_handle (sink->multi_handle, sink->curl); } |