summaryrefslogtreecommitdiff
path: root/gst/rtpmanager/gstrtpsession.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-29rtpmanager: allow per feature registrationStéphane Cerveau1-0/+2
2020-08-13rtpmanager: Improve readability of "stats" docs by making the fields an actua...Sebastian Dröge1-7/+7
2020-07-27rtpmanager: fix various documentation issuesMathieu Duponchelle1-11/+11
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle1-3/+3
2020-06-03plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesMathieu Duponchelle1-1/+5
2020-03-31rtpsession: rename RTCP threadNicolas Pernas Maradei1-1/+1
2020-02-14rtpmanager: Google Transport-Wide Congestion Control RTP ExtensionHavard Graff1-0/+65
2019-11-29rtpsession: add locking for clear-pt-mapHavard Graff1-0/+2
2019-11-17Don't pass default GLib marshallers for signalsNiels De Graef1-18/+13
2019-10-16good: Avoid usage of deprecated APIEdward Hervey1-4/+1
2019-10-05documentation: fix a number of typosAaron Boxer1-1/+1
2019-08-07rtpsession: add support for buffer lists on the recv pathAntonio Ospite1-4/+74
2019-05-25doc: fix element section documentationsMathieu Duponchelle1-1/+1
2019-05-13Mark some properties as DOC_SHOW_DEFAULTThibault Saunier1-1/+2
2019-05-13docs: Port all docstring to gtk-doc markdownThibault Saunier1-20/+13
2019-04-02rtpsession: fix comment to refer to buffers instead of groupsAntonio Ospite1-2/+2
2019-03-22gstrtpsession: Remove set but not use running-timeNicolas Dufresne1-3/+0
2019-03-22rtpmanager: Register chain functions to debugOlivier Crête1-0/+14
2019-03-21gstrtpsession: improve stats about rtx requestsGeorge Kiagiadakis1-11/+23
2019-03-07rtpsession: fix typos and update parameters names in commentsAntonio Ospite1-2/+2
2019-02-25rtpsession: Fix EOS forwardingNicolas Dufresne1-3/+6
2019-02-04rtpsession: use the correct segment seqnumMathieu Duponchelle1-2/+17
2018-11-30rtpsession: properly set the running_time for rtcp packet infoMiguel Paris1-2/+4
2018-11-13rtpsession: Implement resetLinus Svensson1-0/+1
2018-07-12rtpsession: Don't start the RTCP thread until it's neededHavard Graff1-3/+17
2018-06-23Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller1-7/+2
2018-05-15rtpsession: make "clear-pt-map" action signal actually workHavard Graff1-2/+3
2017-04-19Revert "rtpbin: pipeline gets an EOS when any rtpsources byes"Tim-Philipp Müller1-19/+10
2017-02-02rtpsession: relate received FIRs and PLIs to sourceMiguel París Díaz1-3/+3
2016-12-14rtpmanager: place content before Since-version API markerReynaldo H. Verdejo Pinochet1-4/+4
2016-11-01rtpbin: pipeline gets an EOS when any rtpsources byesAlejandro G. Castro1-10/+19
2016-08-23gstrtpsession: refactor duplicate code into a functionHavard Graff1-17/+15
2016-03-29rtpmanager: Set to initial value for 'ntpns' in get_current_times()Minjae Kim1-1/+1
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM1-14/+14
2015-11-05rtpmanager: Trivial gst-indent fixesArun Raghavan1-1/+2
2015-10-11rtpmanager: Add 'source-stats' to stats and notifyStian Selnes1-0/+10
2015-10-07rtpmanager: add "max-dropout-time" and "max-misorder-time" propsMiguel París Díaz1-0/+32
2015-10-02rtpmanager: add new on-new-sender-ssrc, on-sender-ssrc-active signalsHyunjun Ko1-1/+51
2015-09-26Fix some compiler warnings when building with G_DISABLE_ASSERTJan Schmidt1-0/+1
2015-09-25rtpbin/session: Allow RTCP sync to happen based on capture time or send timeSebastian Dröge1-2/+20
2015-06-25rtpbin/session: fix descriptionHyunjun Ko1-1/+1
2015-06-12rtpbin/session: Add new ntp-time-source property and deprecate use-pipeline-c...Sebastian Dröge1-11/+67
2015-06-10rtp: Use GST_BUFFER_PTS() instead of GST_BUFFER_TIMESTAMP()Sebastian Dröge1-3/+3
2015-06-05rtpsession: Only suggest our internal ssrc if it's not a random one and was s...Sebastian Dröge1-7/+15
2015-06-02rtpsession: Add property for selecting RTP profile (AVP/AVPF/etc)Sebastian Dröge1-1/+14
2015-04-27rtpsession: Use bandwidth calculation by default instead of some arbitrary ha...Sebastian Dröge1-2/+2
2015-04-24remove unused enum items PROP_LASTLuis de Bethencourt1-2/+1
2015-03-21rtpsession: Fix another instance of sticky event misordering warningsSebastian Dröge1-0/+12
2015-03-21rtpsession: Also start the RTCP send thread when receiving RTP or RTCPSebastian Dröge1-1/+17
2015-02-19rtpsession: Send initial events on sync_rtcp pad when using RTP/RTCP muxingSebastian Dröge1-0/+8