summaryrefslogtreecommitdiff
path: root/gst/sdp
Commit message (Expand)AuthorAgeFilesLines
* Use gst_element_request_pad_simple...François Laignel2021-05-051-3/+5
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-115-6/+10
* sdpsrc: fix double free if sdp is provided as string via the propertyTim-Philipp Müller2021-02-191-1/+4
* sdpdemux: fix klocwork issuesAndrey Sazonov2020-05-211-3/+3
* sdpdemux: don't send EOS for unknown SSRCMichael Olbrich2020-04-082-3/+14
* sdpdemux: check if connections are available on media entry before getThiago Santos2020-02-021-2/+9
* sdp: don't leak the ghost padMichael Olbrich2019-11-061-12/+7
* Remove autotools build systemTim-Philipp Müller2019-10-141-12/+0
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-9/+9
* Rename plugin filesnames to match plugin namesNicolas Dufresne2017-03-081-1/+1
* gst: Fix memory leaks in usage of gst_element_get_request_pad() APIGarima Gaur2016-12-211-0/+1
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+15
* sdp: Add new sdpsrc elementSebastian Dröge2016-03-254-2/+400
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+2
* sdpdemux: Set caps to application/x-rtp instead of application/x-unknown as r...Sebastian Dröge2016-02-291-0/+5
* sdpdemux: Add pads with the correct names in case an rtpbin is usedSebastian Dröge2016-02-291-2/+4
* sdpdemux: replace duplicated codes to call new base sdp apisHyunjun Ko2015-12-311-248/+1
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-1/+1
* sdpdemux: assertion error due to wrong condition checkVineeth TM2015-07-301-1/+1
* sdpdemux: remove redundant assignmentLuis de Bethencourt2015-07-291-1/+1
* sdpdemux: Don't assert in GstAdapter if no data was received before EOSSebastian Dröge2015-07-291-1/+10
* sdpdemux: Strip keys from the fmtp that we use internally in our capsSebastian Dröge2015-07-291-2/+20
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
* remove unused enum items PROP_LASTLuis de Bethencourt2015-04-241-2/+1
* sdpdemux: properly escape percent sign in documentationRamiro Polla2015-03-141-1/+1
* gst: remove unnecessary GLIB_DISABLE_DEPRECATION_WARNINGSVineeth T M2014-10-021-4/+0
* sdpdemux: Don't leak adapter dataEdward Hervey2014-05-131-0/+2
* docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2014-04-271-2/+0
* sdpdemux: Change rank to NONE until it can be autoplugged properlySebastian Dröge2013-09-231-1/+1
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* sdpdemux: fix timeout valueWim Taymans2013-04-151-2/+2
* Fix FSF addressTim-Philipp Müller2012-11-043-6/+6
* 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
* hls, sdp: update for gst_element_make_from_uri() changesTim-Philipp Müller2012-06-231-3/+5
* Add WINSOCK2_LIBS, remove WIN32_LIBS, fix rtmp build on Windows some moreTim-Philipp Müller2012-05-051-1/+1
* Update for the removal of the interfaces library and the tuner/mixer interfacesSebastian Dröge2012-04-131-1/+0
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-2/+2
* Merge branch 'master' into 0.11Wim Taymans2012-02-101-0/+4
|\
| * plenty: fixup glib deprecationsVincent Penquerc'h2012-01-271-0/+4
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-4/+2
* | port to new gthread APIWim Taymans2012-01-192-8/+6
* | sdpdemux: Port to GIO and the new udpsrc/sink propertiesSebastian Dröge2012-01-183-55/+32
* | sdpdemux: update for gstrtpbin -> rtpbin renamingTim-Philipp Müller2011-11-241-1/+1
* | add parent to pad functionsWim Taymans2011-11-171-13/+11
* | more template fixesWim Taymans2011-11-041-2/+2