summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* 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
* gst/rtpmanager/gstrtpjitterbuffer.c: Mark signal arg as static scope.Wim Taymans2009-08-111-1/+1
* gst/rtpmanager/gstrtpbin.c: Remove internal sync pad, use signals instead to ...Wim Taymans2009-08-116-139/+382
* gst/rtpmanager/rtpsource.c: Fix GST_DEBUG call to only have as many arguments...Sebastian Dröge2009-08-111-1/+1
* gst/rtpmanager/gstrtpbin.c: Do not try to keep track of the clock-rate oursel...Wim Taymans2009-08-117-62/+48
* gst/rtpmanager/: Small cleanups and some more debug info.Wim Taymans2009-08-112-7/+13
* gst/rtpmanager/gstrtpjitterbuffer.c: Also configure the next expected output ...Wim Taymans2009-08-111-5/+5
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2009-08-111-0/+1
* gst/rtpmanager/gstrtpjitterbuffer.c: Fix problem with using the output seqnum...Wim Taymans2009-08-112-28/+46
* gst/rtpmanager/gstrtpsession.c: Install event handler on the rtcp_src pad, ma...Wim Taymans2009-08-111-0/+29
* gst/rtpmanager/gstrtpbin-marshal.list: Add marshaller for new action signal.Håvard Graff2009-08-116-16/+85