summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager
Commit message (Expand)AuthorAgeFilesLines
* build: use gst-glib-gen.mak to fix the glib build rules.Stefan Kost2009-10-161-2/+3
* rtpptdemux: only forward the lost-event to the last seen pt-numberHåvard Graff2009-10-141-0/+36
* build: fprintf, sprintf, sscanf need stdio.hStefan Kost2009-10-071-0/+1
* rtpbin: use locking around the sessionsWim Taymans2009-10-051-0/+2
* jitterbuffer: cache latency in nanosecondsWim Taymans2009-10-011-3/+6
* jitterbuffer: handle -1 input timestampsWim Taymans2009-10-011-5/+4
* docs: fix gtk-doc warningsStefan Kost2009-09-102-4/+4
* rtpbin: add ignore-pt parameterMarc Leeman2009-09-082-28/+79
* rtpbin: propagate payload-type-change signal from demuxerHåvard Graff2009-09-082-1/+39
* jitterbuffer: change severity of clock-rate change debugHavard Graff2009-09-081-1/+7
* jitterbuffer: avoid throwing reordered buffers with same timestampsHåvard Graff2009-09-081-3/+3
* rtpbin: make free_session() remove stream referencesStig Sandnes2009-09-081-0/+36
* rtpbin: use locked state on internal binsHavard Graff2009-09-081-0/+6
* rtpsource: fix memleakLaurent Glayal2009-09-031-6/+11
* rtpjitterbuffer: Lock clock_rate variableOlivier Crête2009-09-031-18/+31
* rtpsource: whitespace fixesWim Taymans2009-09-031-5/+5
* rtpsession: whitespace fixesWim Taymans2009-09-031-8/+8
* rtpmanager: Fixed a copy & paste errorPeter Kjellerstedt2009-09-011-2/+2
* rtpmanager: Removed unused variable privPeter Kjellerstedt2009-09-011-22/+0
* rtpmanager: A little clean upPeter Kjellerstedt2009-09-011-3/+4
* rtpmanager: Make sure that used caps are not freed already (take 2)Peter Kjellerstedt2009-09-011-2/+4
* jitterbuffer: make sure time does not go backwardsWim Taymans2009-09-013-22/+36
* rtpmanager: Set caps in gst_rtp_session_send_rtcp() correctly againPeter Kjellerstedt2009-09-011-1/+1
* rtpsession: use proper locking for pads and capsWim Taymans2009-08-311-34/+85
* rtpbin: whitespace fixesWim Taymans2009-08-311-19/+19
* jitterbuffer: add slope estimation code and debugWim Taymans2009-08-311-4/+13
* jitterbuffer: reset skew when timestamps changeWim Taymans2009-08-311-10/+20
* jitterbuffer: make sure time never goes invalidWim Taymans2009-08-311-1/+7
* rtpsession: Make sure that used caps are not freed alreadySebastian Dröge2009-08-311-2/+5
* rtp: Use new gst_iterator_new_single() for the internal linked pads iterationSebastian Dröge2009-08-314-219/+48
* rtpsession: Use iterate internal links instead of deprecated get internal linksSebastian Dröge2009-08-311-29/+87
* jitterbuffer: Use iterate internal links instead of deprecated get internal l...Sebastian Dröge2009-08-311-14/+75
* rtpssrcdemux: Use iterate internal links instead of deprecated get internal l...Sebastian Dröge2009-08-311-23/+83
* rtpbin: Fix reference leakOlivier Crête2009-08-141-1/+3
* rtpsource: avoid buffer leak on bad seqnumric2009-08-111-0/+1
* rtpsource: allow for NULL caps on buffersWim Taymans2009-08-111-3/+2
* rtpsource: Incoming buffers do not always have capsOlivier Crête2009-08-111-1/+2
* rtpsession: avoid doing lip-sync in BYEWim Taymans2009-08-111-0/+2
* rtpbin: don't do lip-sync after a BYEWim Taymans2009-08-111-5/+10
* rtpbin: only reconsider once for BYEWim Taymans2009-08-111-5/+11
* rtpsession: Free conflicting addresses on finalizeOlivier Crête2009-08-111-0/+3
* rtpbin: use new method for netaddress to stringWim Taymans2009-08-111-42/+5
* rtpbin: do better cleanup of the src ghostpadsWim Taymans2009-08-111-14/+30
* rtpsession: add a commentWim Taymans2009-08-111-1/+1
* rtpbin: add SDES propertyWim Taymans2009-08-113-271/+39
* rtpbin: add SDES property that takes GstStructureWim Taymans2009-08-114-105/+104
* rtpbin: removed old gstrtpclientWim Taymans2009-08-114-547/+0
* rtpbin: add support for buffer-listBranko Subasic2009-08-115-62/+161
* Make build without warnings with debugging disabledTim-Philipp Müller2009-08-111-3/+2
* rtpbin: Transform the right session sdes messageOlivier Crête2009-08-111-3/+1