summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* rtpbin: Implement releasing of rtp send padsOlivier Crête2009-08-111-6/+25
* rtpbin: Implement release of the recv rtcp padOlivier Crête2009-08-111-3/+13
* rtpbin: Implement releasing of rtcp src padOlivier Crête2009-08-111-2/+7
* rtpssrcdemux: drop unexpected RTCP packetsWim Taymans2009-08-111-1/+7
* rtpsouce: make WARNING into LOGOlivier Crete2009-08-111-1/+3
* rtpsession: notify when SSRC changesOlivier Crete2009-08-111-0/+7
* rtpsession: join the RTCP threadWim Taymans2009-08-111-0/+5
* jitterbuffer: prevent overflow in EOS estimationWim Taymans2009-08-111-1/+1
* rtpbin: we should not provide a clockWim Taymans2009-08-112-17/+0
* jitterbuffer: more estimated EOS fixesWim Taymans2009-08-111-6/+18
* jitterbuffer: release lock before pushing EOSWim Taymans2009-08-111-1/+1
* rtpbin: add on_npt_stop signalWim Taymans2009-08-114-14/+194
* rtpbin: don't return FALSE on seek eventsWim Taymans2009-08-111-0/+1
* gstrtpbin: Don't forward revc events to senderOlivier Crête2009-08-111-4/+0
* docs: various doc fixesStefan Kost2009-08-111-1/+1
* Send BYE packets immediatly for small sessionsWim Taymans2009-08-111-0/+4
* Unlock the jitterbuffer before pushing out the packet-lost events.Wim Taymans2009-08-111-5/+8
* gst/rtpmanager/: When an SSRC is found on the caps of the sender RTP, use thi...Olivier Crete2009-08-112-0/+28
* gst/rtpmanager/: Rename a method to better reflect what it really does.Wim Taymans2009-08-113-19/+9
* gst/rtpmanager/gstrtpsession.c: Use method to get the internal SSRC.Wim Taymans2009-08-112-2/+16
* gst/rtpmanager/rtpsession.c: Only change the SSRC of the session and reset th...Wim Taymans2009-08-111-6/+8
* gst/rtpmanager/rtpsource.*: When no payload was specified on the caps but the...Wim Taymans2009-08-112-4/+18
* gst/rtpmanager/rtpjitterbuffer.*: Keep track of the last outgoing timestamp a...Arnout Vandecappelle2009-08-112-2/+32
* gst/rtpmanager/rtpsession.c: Make obtain_source return an aditional ref so th...Wim Taymans2009-08-111-9/+18
* gst/rtpmanager/gstrtpbin.c: Reset the sync parameters when clearing the paylo...Wim Taymans2009-08-111-24/+27
* gst/rtpmanager/gstrtpbin.*: Remove a lot of per stream state that is not need...Wim Taymans2009-08-112-66/+67
* gst/rtpmanager/gstrtpsession.c: Fix event leak.Wim Taymans2009-08-111-1/+5
* gst/rtpmanager/rtpsession.c: Add property to configure the RTCP MTU.Wim Taymans2009-08-111-1/+15
* gst/rtpmanager/rtpsession.c: Add G_PARAM_STATIC_STRINGS.Wim Taymans2009-08-112-120/+141
* gst/rtpmanager/gstrtpbin.c: Also unref the target pad for unknown pads.Wim Taymans2009-08-111-1/+1
* gst/rtpmanager/gstrtpbin.c: Release the right pads on rtpbin. Fixes #561752.Olivier Crete2009-08-111-6/+12
* gst/rtpmanager/gstrtpsession.c: Pass the running time to the session when pro...Wim Taymans2009-08-116-60/+213
* gst/rtpmanager/gstrtpjitterbuffer.c: Initialize return value to fix compiler ...Sebastian Dröge2009-08-111-1/+1