summaryrefslogtreecommitdiff
path: root/ext/curl/gstcurlsftpsink.c
Commit message (Collapse)AuthorAgeFilesLines
* curlsftpsink: Don't run GST_DEBUG_OBJECT() on a class structSebastian Dröge2021-04-061-1/+1
| | | | | | It's supposed to be a GObject. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2141>
* curl: allow per feature registrationStéphane Cerveau2021-03-231-0/+3
| | | | | | | | | | | | | Split plugin into features including dynamic types which can be indiviually registered during a static build. More details here: https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/199 https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/661 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2038>
* Minor documentation fixesThibault Saunier2019-05-131-1/+0
|
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-4/+5
|
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-1/+1
| | | | | | | | rename gst-launch --> gst-launch-1.0 replace old elements with new elements(ffmpegcolorspace -> videoconvert, ffenc_** -> avenc_**) fix caps in examples https://bugzilla.gnome.org/show_bug.cgi?id=759432
* curlsshsink: Include gst.h and other stuff before anything elseSebastian Dröge2014-07-111-3/+3
|
* curl: Use winsock2 instead and the GLib macro for checking if we're on WindowsSebastian Dröge2014-07-111-2/+2
|
* ext: Include winsock.h on Windows when requiredAlexey Pavlov2014-07-111-2/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=733052
* curls?ftpsink: Fix memory leaks due to new error handlingSebastian Rasmussen2014-06-241-4/+3
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732174
* curl*sink: post error on bus in element, not transfer threadSebastian Rasmussen2014-04-261-8/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=728960
* curl: curlsftpsink - new libcurl-based sink element for SFTPL. Sorin2013-11-011-0/+228
Note: SFTP = SSH File Transfer Protocol The sink acts as a client and uploads data to the SFTP server. https://bugzilla.gnome.org/show_bug.cgi?id=709795