summaryrefslogtreecommitdiff
path: root/gst/rtpmanager/gstrtpbin.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-21rtpbin: Expose FEC support signalsMathieu Duponchelle1-34/+314
2018-01-18rtpbin: fix leak of elements requested by signalsMathieu Duponchelle1-3/+11
2017-10-07rtpbin, rtspsrc: fix compiler warnings about 64-bit integer signednesTim-Philipp Müller1-2/+2
2017-09-15rtpbin: add option for sanity checking timestamp offsetPatrick Radizi1-12/+59
2017-09-14rtpbin: add option for increasing ts_offset graduallyPatrick Radizi1-1/+30
2017-08-29rtpbin: Also log local and SR RTP running times when doing ntp-sync=trueSebastian Dröge1-0/+3
2017-08-29rtpbin: also create session when creating the send_rtcp_src_%u padMatthew Waters1-6/+12
2016-12-14rtpmanager: place content before Since-version API markerReynaldo H. Verdejo Pinochet1-4/+4
2016-11-23rtpbin: Handle create_session() returning NULL in bundle codeSebastian Dröge1-0/+6
2016-11-16rtpbin: receive bundle supportPhilippe Normand1-159/+403
2016-08-26rtpbin: introduce max-streams propertyHavard Graff1-1/+25
2016-08-23rtpbin: fix typo in max-misorder-time property nameVincent Penquerc'h1-1/+1
2016-04-03rtpjitterbuffer: Add RFC7273 media clock handlingSebastian Dröge1-1/+18
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-12/+12
2016-03-15rtpmanager: Some comment and documentation clarifications/fixesNirbheek Chauhan1-1/+1
2016-02-16rtpbin: add "get-session" signalMiguel París Díaz1-0/+34
2015-10-07rtpbin: Add missing breakSebastian Dröge1-0/+1
2015-10-07rtpmanager: add "max-dropout-time" and "max-misorder-time" propsMiguel París Díaz1-1/+63
2015-10-02rtpmanager: add new on-new-sender-ssrc, on-sender-ssrc-active signalsHyunjun Ko1-0/+52
2015-09-26Fix some compiler warnings when building with G_DISABLE_ASSERTJan Schmidt1-0/+1
2015-09-25rtpbin/rtpjitterbuffer/rtspsrc: Add property to set maximum ms between RTCP S...Sebastian Dröge1-1/+25
2015-09-25rtpbin/session: Allow RTCP sync to happen based on capture time or send timeSebastian Dröge1-2/+30
2015-06-25rtpbin/session: fix descriptionHyunjun Ko1-1/+1
2015-06-15rtpbin: The default rtp-profile should be AVP, not AVPFSebastian Dröge1-1/+1
2015-06-12rtpbin/session: Add new ntp-time-source property and deprecate use-pipeline-c...Sebastian Dröge1-17/+66
2015-06-12rtpbin: Rename some variables and debug output to make more senseSebastian Dröge1-26/+27
2015-06-02rtpbin: Add rtp-profile property for setting the default profile of newly cre...Sebastian Dröge1-2/+23
2015-04-24remove unused enum items PROP_LASTLuis de Bethencourt1-2/+1
2015-04-05docs: make GstRTCPSync enum show up in rtpbin docsTim-Philipp Müller1-7/+0
2014-11-20rtpbin: Document how to control per-SSRC retransmissionArun Raghavan1-1/+9
2014-11-10rtpmanager: Trivial typo fixArun Raghavan1-1/+1
2014-09-18rtpbin: do not leak encsink pad in error caseOgnyan Tonchev1-4/+4
2014-06-29rtpbin: Don't leak capsSebastian Dröge1-1/+3
2014-05-15rtpbin: update rtp encoder/decoder docsAleix Conchillo Flaqué1-1/+1
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2014-03-29rtpmanager: copy sticky events when exposing pads in more placesTim-Philipp Müller1-0/+3
2014-03-25rtspsrc: copy sticky events to ghostpadWim Taymans1-0/+12
2014-01-21rtpbin: add a caps accumulator for the request-pt-map signalWim Taymans1-2/+18
2014-01-08rtpbin: remove unused list of decodersAleix Conchillo Flaqué1-3/+0
2013-12-31rtpbin: add some docs about AUX elementsWim Taymans1-0/+12
2013-12-31rtpbin: add support for AUX sender and receiverWim Taymans1-124/+383
2013-12-31rtpbin: make request_element method internallyWim Taymans1-44/+17
2013-12-30rtpbin: add Since tagsWim Taymans1-0/+10
2013-12-30rtpbin: add signal for new jitterbufferWim Taymans1-1/+21
2013-12-30rtpbin: handle multiple encoder instancesWim Taymans1-35/+57
2013-12-30rtpbin: fix memory leaksWim Taymans1-22/+46
2013-12-30rtpbin: expect the pads on the encodersWim Taymans1-2/+2
2013-12-30rtpbin: request-rtp-encoder are no action signalsWim Taymans1-13/+31
2013-12-30rtpbin: allow dynamic RTP/RTCP encoders/decodersAleix Conchillo Flaqué1-14/+376