summaryrefslogtreecommitdiff
path: root/ext/rtmp/gstrtmpsink.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-31rtmpsink: Fix leak on connection failureSeungha Yang1-10/+20
2018-01-28rtmpsink: don't crash if there's streamheader field in the capsTim-Philipp Müller1-13/+25
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-3/+3
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+1
2016-02-09rtpmsink: Implement setcaps that uses streamheaderJulien MOUTTE1-22/+67
2015-12-30rtmpsink: check for failed RTMP context allocReynaldo H. Verdejo Pinochet1-5/+16
2015-12-15plugins-bad: Fix example pipelinesVineeth TM1-1/+1
2015-06-01rtmpsink: Initialize GstMapInfoEdward Hervey1-1/+1
2015-05-30rtmpsink: Do not crash when receiving buffers after GST_FLOW_ERRORVivia Nikolaidou1-1/+33
2014-10-20rtmpsink: Declare sink variable that was forgotten in last commitSebastian Dröge1-0/+2
2014-10-20rtmpsink: Free URI string in finalize()Havard Graff1-0/+1
2014-03-26rtmpsink: Remove URL check for valid playpath.Jan Schmidt1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-10-12rtmpsink: handle RTMP_Write() return value correctlySergey N. Gorshkov1-1/+1
2012-10-12rtmpsink: fix memory leak from URI verification via RTMP_ParseURL()David Régade1-4/+12
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-03-28update for buffer changesWim Taymans1-1/+1
2012-02-09rtmp: don't use gst_element_class_install_std_props()Tim-Philipp Müller1-9/+5
2012-01-25port some more to new memory APIMark Nauwelaerts1-6/+5
2011-11-28Merge commit '26d6add9457f00ce8ec13844368466f0e3816e5d' into 0.11Tim-Philipp Müller1-0/+24
2011-11-28rtmp: add WSAStartup and WSACleanup on Win32Julien Isorce1-0/+24
2011-11-23faac, rtmp: more printf format fixes in debug messagesTim-Philipp Müller1-5/+5
2011-11-13Update for GstURIHandler get_protocols() changesTim-Philipp Müller1-10/+16
2011-10-08rtmp: port to 0.11Wim Taymans1-47/+44
2011-09-12rtmpsink: don't block the main thread with RTMP_ConnectAlessandro Decina1-14/+15
2011-06-18RTMP: add rtmpsink element for output to an RTMP serverJan Schmidt1-0/+347