summaryrefslogtreecommitdiff
path: root/ext/rtmp/gstrtmpsink.c
Commit message (Expand)AuthorAgeFilesLines
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* rtmpsink: handle RTMP_Write() return value correctlySergey N. Gorshkov2012-10-121-1/+1
* rtmpsink: fix memory leak from URI verification via RTMP_ParseURL()David Régade2012-10-121-4/+12
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* update for buffer changesWim Taymans2012-03-281-1/+1
* rtmp: don't use gst_element_class_install_std_props()Tim-Philipp Müller2012-02-091-9/+5
* port some more to new memory APIMark Nauwelaerts2012-01-251-6/+5
* Merge commit '26d6add9457f00ce8ec13844368466f0e3816e5d' into 0.11Tim-Philipp Müller2011-11-281-0/+24
|\
| * rtmp: add WSAStartup and WSACleanup on Win32Julien Isorce2011-11-281-0/+24
* | faac, rtmp: more printf format fixes in debug messagesTim-Philipp Müller2011-11-231-5/+5
* | Update for GstURIHandler get_protocols() changesTim-Philipp Müller2011-11-131-10/+16
* | rtmp: port to 0.11Wim Taymans2011-10-081-47/+44
|/
* rtmpsink: don't block the main thread with RTMP_ConnectAlessandro Decina2011-09-121-14/+15
* RTMP: add rtmpsink element for output to an RTMP serverJan Schmidt2011-06-181-0/+347