summaryrefslogtreecommitdiff
path: root/ext/rtmp/gstrtmpsink.c
Commit message (Expand)AuthorAgeFilesLines
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-2/+1
* rtpmsink: Implement setcaps that uses streamheaderJulien MOUTTE2016-02-091-22/+67
* rtmpsink: check for failed RTMP context allocReynaldo H. Verdejo Pinochet2015-12-301-5/+16
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-1/+1
* rtmpsink: Initialize GstMapInfoEdward Hervey2015-06-011-1/+1
* rtmpsink: Do not crash when receiving buffers after GST_FLOW_ERRORVivia Nikolaidou2015-05-301-1/+33
* rtmpsink: Declare sink variable that was forgotten in last commitSebastian Dröge2014-10-201-0/+2
* rtmpsink: Free URI string in finalize()Havard Graff2014-10-201-0/+1
* rtmpsink: Remove URL check for valid playpath.Jan Schmidt2014-03-261-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* 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