summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add ssrc to application/x-rtp-source-sdes structureOlivier Crête2009-08-111-1/+2
* rtpsouce: the network address is in network orderWim Taymans2009-08-111-0/+1
* rtpsource: byteswap the port from GstNetAddressWim Taymans2009-08-111-2/+3
* rtpbin: remove ptdemux ghostpadsWim Taymans2009-08-111-0/+13
* rtpbin: add to new signal to remove SSRC padsWim Taymans2009-08-111-15/+6
* ssrcdemux: emit signal when pads are removedAli Sabil2009-08-113-1/+80
* rtpbin: use our ghostpads instead of its targetWim Taymans2009-08-111-44/+46
* rtpbin: don't warn when getting request pads twiceWim Taymans2009-08-111-52/+34
* rtpsource: add RTP and RTCP source addressWim Taymans2009-08-111-0/+48
* rtpsession: reuse source code for SDESWim Taymans2009-08-111-58/+2
* rtpbin: set target state on new elementsWim Taymans2009-08-111-20/+37
* rtpbin: unref requests pads after releasingWim Taymans2009-08-111-0/+4
* rtpbin: Implement releasing the streamsOlivier Crête2009-08-111-21/+53
* rtpbin: Keep jb signals handlerOlivier Crête2009-08-111-3/+7
* rtpbin: use the right lock for the sessionsWim Taymans2009-08-111-0/+4
* rtpbin: Free session if request pads are releasedOlivier Crête2009-08-111-3/+8
* rtpbin: Implement relasing of the rtp recv padOlivier Crête2009-08-111-2/+17