summaryrefslogtreecommitdiff
path: root/ext/rtmp/gstrtmpsrc.c
Commit message (Expand)AuthorAgeFilesLines
* rtmpsrc: mention setting librtmp flags in docsR S Nikhil Krishna2021-08-091-0/+10
* rtmp: allow per feature registrationStéphane Cerveau2021-03-231-0/+3
* rtmp, transcodebin: fix i18n header includesTim-Philipp Müller2020-07-071-1/+1
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-1/+1
* rtmpsrc: fix buffer leak on read error or EOSIlya Smelykh2019-03-201-0/+2
* rtmpsrc: fix flushing seekGeorge Kiagiadakis2017-08-081-20/+47
* rtmpsrc: remove unused macroGeorge Kiagiadakis2017-08-081-7/+0
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-3/+3
* rtmpsrc: Remove dead assignmentsEdward Hervey2016-05-151-8/+6
* rtmpsrc plugin : add timeout optionYann Jouanin2016-03-271-2/+18
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-2/+1
* rtmpsrc: check for failed RTMP context allocReynaldo H. Verdejo Pinochet2015-12-301-6/+15
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-1/+1
* rtmpsrc: plug memory-leaksHavard Graff2015-10-031-4/+4
* rtmpsrc: Fix indentation with gst-indentJohn Slade2015-10-021-2/+2
* rtmpsrc: Report limited bandwidthJan Alexander Steffens (heftig)2014-07-011-0/+9
* rtmpsrc: Fix position queryingEdward Hervey2014-06-051-1/+1
* rtmpsrc: error out if we get EOS immediately without any dataTim-Philipp Müller2014-05-101-2/+8
* rtmpsrc: Implement basesrc->unlock()David Schleef2013-04-011-1/+19
* rtmpsrc: disable seeking if the configured url specifies live=trueAlessandro Decina2012-12-011-6/+7
* 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
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* rtmpsrc: Fix element losing data at the end of buffersMike Ruprecht2012-06-211-1/+1
* update for memory api changesWim Taymans2012-03-151-1/+1
* rtmp: don't use gst_element_class_install_std_props()Tim-Philipp Müller2012-02-091-4/+10
* port some more to new memory APIMark Nauwelaerts2012-01-251-3/+6
* GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans2012-01-041-1/+1
* Merge commit '26d6add9457f00ce8ec13844368466f0e3816e5d' into 0.11Tim-Philipp Müller2011-11-281-0/+16
|\
| * rtmp: add WSAStartup and WSACleanup on Win32Julien Isorce2011-11-281-0/+16
* | Update for GstURIHandler get_protocols() changesTim-Philipp Müller2011-11-131-10/+16
* | rtmp: port to 0.11Wim Taymans2011-10-081-44/+33
|/
* RTMP: add rtmpsink element for output to an RTMP serverJan Schmidt2011-06-181-15/+2
* rtmpsrc: fix wrong use of GST_ELEMENT_ERRORTim-Philipp Müller2010-09-021-1/+1
* rtmpsrc: fix warning on osx.Alessandro Decina2010-07-301-1/+1
* rtmp: All read return values smaller than zero are failuresSebastian Dröge2010-06-231-1/+1
* rtmpsrc: Do some sanity checks before accepting an URISebastian Dröge2010-06-231-1/+2
* rtmpsrc: Fix timestamps after a seekSebastian Dröge2010-06-091-5/+6
* rtmpsrc: Remove page-url and swf-url propertiesSebastian Dröge2010-06-071-42/+0
* rtmpsrc: Fix memory leaksSebastian Dröge2010-06-071-6/+4
* rtmpsrc: Add some braces to improve readabilitySebastian Dröge2010-06-061-2/+2
* rtmpsrc: Improve timestamp handling a bitSebastian Dröge2010-06-061-3/+6
* rtmpsrc: Add support for seekingSebastian Dröge2010-06-061-8/+118
* rtmpsrc: Handle timestamps and the position querySebastian Dröge2010-06-061-7/+21
* rtmpsrc: Allocate and free the RTMP instance in start/stopSebastian Dröge2010-06-061-57/+55
* rtmpsrc: Add properties for setting the swfUrl and pageUrl propertiesSebastian Dröge2010-06-051-3/+56
* rtmpsrc: Major cleanup and reorganizationSebastian Dröge2010-06-051-308/+118
* rtmp: Move to ext and drop internal librtmp copySebastian Dröge2010-06-051-0/+652