mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
curlsmtpsink: add comment describing function
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=686774
This commit is contained in:
parent
1d710ad13a
commit
1c71fd351a
1 changed files with 6 additions and 0 deletions
|
@ -580,6 +580,12 @@ generate_encoded_word (gchar * str)
|
|||
return encoded_word;
|
||||
}
|
||||
|
||||
/* Setup header fields (From:/To:/Date: etc) and message body for the e-mail.
|
||||
* This data is supposed to be sent to libcurl just before any media data.
|
||||
* This function is called once for each e-mail:
|
||||
* 1. we are about the send the first attachment
|
||||
* 2. we have sent all the attachments and continue sending new ones within
|
||||
* a new e-mail (transfer options have been reset). */
|
||||
static gboolean
|
||||
gst_curl_smtp_sink_set_transfer_options_unlocked (GstCurlBaseSink * bcsink)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue