summaryrefslogtreecommitdiff
path: root/ext/curl/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* curl: curlsftpsink - new libcurl-based sink element for SFTPL. Sorin2013-11-011-1/+12
| | | | | | | 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
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
|
* curl: fix build on win32Руслан Ижбулатов2012-09-281-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=684847
* curl: new curlsmtpsink elementSebastian Rasmussen2012-05-121-2/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=653741
* curl: new curlftpsink elementPatricia Muscalu2012-05-121-2/+4
| | | | http://bugzilla.gnome.org/show_bug.cgi?id=653741
* curl: new curlfilesink elementPatricia Muscalu2012-05-121-2/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=653741
* curl: refactor curlsink, rename to curlhttpsinkPatricia Muscalu2012-05-121-2/+8
| | | | | | Split into base, tls and http classes. https://bugzilla.gnome.org/show_bug.cgi?id=653741
* build: fix CFLAGS order and LIBS orderTim-Philipp Müller2012-02-031-1/+1
| | | | | | _BAD_CFLAGS should always come first, then GST_PLUGINS_BASE_CFLAGS, then GST_BASE_CFLAGS then GST_CFLAGS. Same for libs: first plugins base libs, then GST_BASE_LIB then GST_LIBS.
* plenty: fixup glib deprecationsVincent Penquerc'h2012-01-271-0/+1
|
* curl: add libcurl-based sink elementPatricia Muscalu2011-02-281-0/+15
Sink acts as a client and can connect to servers to upload media. https://bugzilla.gnome.org/show_bug.cgi?id=641496