summaryrefslogtreecommitdiff
path: root/gst/rtpmanager/rtpsession.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-02rtpsession: Handle zero length feedback packetsHaakon Sporsheim1-6/+17
2017-11-01rtpsesson: downgrade message level to debug when detected XRJustin Kim1-0/+6
2017-07-04rtpsession: Send EOS if all internal sources sent byeOlivier Crête1-1/+1
2017-07-04rtpsession: Only send EOS if all sources have been marked byeOlivier Crête1-2/+17
2017-05-31rtpsession: print value of unknown RTCP Payload TypeJuan Navarro1-1/+1
2017-04-19Revert "rtpbin: pipeline gets an EOS when any rtpsources byes"Tim-Philipp Müller1-1/+5
2017-03-16rtpsession: print the correct variable in debug statementGeorge Kiagiadakis1-1/+1
2017-02-02rtpsession: relate received FIRs and PLIs to sourceMiguel París Díaz1-17/+18
2017-01-24rtpstats: Keep number of nacks sent/received per sourceSantiago Carot-Nemesio1-0/+3
2016-11-01rtpbin: avoid generating errors when rtcp messages are empty and check the qu...Alejandro G. Castro1-2/+10
2016-11-01rtpbin: pipeline gets an EOS when any rtpsources byesAlejandro G. Castro1-5/+1
2016-09-15ext, gst: fix indentationTim-Philipp Müller1-4/+4
2016-08-26rtpsession: degrade g_warning to GST_ERRORHavard Graff1-1/+1
2016-08-25rtpsession: sanity check RTT before ignoring PLI/FIRStian Selnes1-0/+5
2016-08-25rtpsession: handle sdes messages with non-utf8 more gracefullyStian Selnes1-1/+5
2016-06-17rtpsession: take the lock when changing statsMiguel París Díaz1-2/+5
2016-05-20rtpsession: don't act on suspicious BYE RTCPMikhail Fludkov1-14/+7
2016-05-15rtpsession: Take the lock already when reading the other stats, not just for ...Sebastian Dröge1-1/+1
2016-05-11rtpsession: Don't notify about stats property changes while taking the sessio...Sebastian Dröge1-3/+3
2016-05-06rtpsession: Take session lock when creating statsMiguel París Díaz1-0/+2
2016-03-30rtpsession: Add new signal 'on-app-rtcp'Stian Selnes1-0/+45
2015-12-07rtpsession: Add a warning if an empty RTCP packet is tried to be sentSebastian Dröge1-0/+3
2015-11-25rtpmanager: rtpsession: don't send empty RTCP packetsAlessandro Decina1-4/+9
2015-11-05rtpmanager: Document properties that are expressed in bits per secondArun Raghavan1-6/+6
2015-11-05rtpmanager: Trivial gst-indent fixesArun Raghavan1-3/+2
2015-10-11rtpmanager: Add 'source-stats' to stats and notifyStian Selnes1-1/+34
2015-10-11rtpsession: Implement sending of reduced size RTCP packetsSebastian Dröge1-2/+20
2015-10-07rtpmanager: add "max-dropout-time" and "max-misorder-time" propsMiguel París Díaz1-4/+33
2015-10-02rtpmanager: add new on-new-sender-ssrc, on-sender-ssrc-active signalsHyunjun Ko1-0/+68
2015-06-10rtp: Use GST_BUFFER_PTS() instead of GST_BUFFER_TIMESTAMP()Sebastian Dröge1-1/+1
2015-06-07rtpsession: Override the SSRC from the packets' SSRC if none was given via ca...Sebastian Dröge1-0/+9
2015-06-05rtpsession: Only suggest our internal ssrc if it's not a random one and was s...Sebastian Dröge1-5/+13
2015-06-05rtpsession: Add support for receiving reduced size rtcpJose Antonio Santos Cadenas1-1/+1
2015-06-02rtpsession: Only schedule a timer when we actually have to send RTCPSebastian Dröge1-60/+112
2015-06-02rtpsession: Remove useless gotoSebastian Dröge1-7/+1
2015-06-02rtpsession: Only put RRs and full SDES into regular RTCP packetsSebastian Dröge1-5/+11
2015-06-02rtpsession: Keep track of tp/tn and t_rr_last separatelySebastian Dröge1-11/+16
2015-06-02rtpsession: Add property for selecting RTP profile (AVP/AVPF/etc)Sebastian Dröge1-5/+38
2015-05-21rtpsession: Don't crash if we receive FIR/PLI from a source we don't knowSebastian Dröge1-2/+4
2015-05-21rtpsession: Fix collection of statisticsSantiago Carot-Nemesio1-3/+2
2015-05-07Revert "rtpsession: Also report internal sources in on-new-ssrc and on-ssrc-a...Sebastian Dröge1-13/+0
2015-05-06rtpsession: Also report internal sources in on-new-ssrc and on-ssrc-activeSebastian Dröge1-0/+13
2015-05-04rtpsession: The stats min_interval is in seconds, not nanosecondsSebastian Dröge1-1/+1
2015-05-04rtpsession: Only return TRUE if early feedback was requested already and it's...Sebastian Dröge1-1/+1
2015-04-27rtpsession: Use bandwidth calculation by default instead of some arbitrary ha...Sebastian Dröge1-2/+2
2015-04-27rtpsession: Bandwidth is supposed to be in bits/s, not bytes/sSebastian Dröge1-2/+1
2015-04-24remove unused enum items PROP_LASTLuis de Bethencourt1-2/+1
2015-04-16rtpsession: Track RTX ssrc capsArun Raghavan1-0/+9
2015-04-14rtpsession: Not sending early RTCP now because of dithering means we send it ...Sebastian Dröge1-4/+10
2015-04-14rtpsession: Improve debug output a bit if we can't allow early feedbackSebastian Dröge1-1/+10