After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 796618 - curlhttpsink: Add support to set Content-Type as multipart/form-data
curlhttpsink: Add support to set Content-Type as multipart/form-data
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.14.0
Other Linux
: Normal enhancement
: 1.15.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-06-18 11:34 UTC by Jonathan Karlsson
Modified: 2018-07-17 13:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to add support for multipart/form-data (1.30 KB, patch)
2018-06-18 11:34 UTC, Jonathan Karlsson
committed Details | Review

Description Jonathan Karlsson 2018-06-18 11:34:58 UTC
Created attachment 372711 [details] [review]
patch to add support for multipart/form-data

Adds support to set Content-Type as multipart/form-data, by sending a caps event with a field named "boundary" to the sink.
The receiver will interpret the data as multipart/form-data, however, it is up to the sender to insert boundary strings and headers wherever necessary.
Comment 1 Jonathan Karlsson 2018-07-17 13:34:32 UTC
Ping :)
Comment 2 Sebastian Dröge (slomo) 2018-07-17 13:57:28 UTC
commit d74ceb343aea60c6f3dea76bb90e7730682c6e8b (HEAD -> master)
Author: Jonathan Karlsson <jonakn@axis.com>
Date:   Mon Jun 18 13:01:50 2018 +0200

    curlhttpsink: Support for multipart/form-data Content-Type
    
    Add support to set multipart/form-data as Content-Type by sending a
    caps event to the curlhttpsink with a field named "boundary".
    
    https://bugzilla.gnome.org/show_bug.cgi?id=796618