summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpbin.c
Commit message (Expand)AuthorAgeFilesLines
* build: fprintf, sprintf, sscanf need stdio.hStefan Kost2009-10-071-0/+1
* rtpbin: use locking around the sessionsWim Taymans2009-10-051-0/+2
* rtpbin: add ignore-pt parameterMarc Leeman2009-09-081-28/+78
* rtpbin: propagate payload-type-change signal from demuxerHåvard Graff2009-09-081-1/+37
* rtpbin: make free_session() remove stream referencesStig Sandnes2009-09-081-0/+36
* rtpbin: use locked state on internal binsHavard Graff2009-09-081-0/+6
* rtpbin: whitespace fixesWim Taymans2009-08-311-19/+19
* rtpbin: Fix reference leakOlivier Crête2009-08-141-1/+3
* rtpbin: do better cleanup of the src ghostpadsWim Taymans2009-08-111-14/+30
* rtpbin: add SDES propertyWim Taymans2009-08-111-168/+28
* rtpbin: Transform the right session sdes messageOlivier Crête2009-08-111-3/+1
* rtpbin: remove ptdemux ghostpadsWim Taymans2009-08-111-0/+13
* rtpbin: add to new signal to remove SSRC padsWim Taymans2009-08-111-15/+6
* 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
* 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
* rtpbin: we should not provide a clockWim Taymans2009-08-111-15/+0
* rtpbin: add on_npt_stop signalWim Taymans2009-08-111-0/+23
* 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-111-66/+66
* 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/gstrtpbin.c: Remove internal sync pad, use signals instead to ...Wim Taymans2009-08-111-97/+34
* gst/rtpmanager/gstrtpbin.c: Do not try to keep track of the clock-rate oursel...Wim Taymans2009-08-111-48/+6
* gst/rtpmanager/gstrtpbin-marshal.list: Add marshaller for new action signal.Håvard Graff2009-08-111-0/+35
* gst/rtpmanager/gstrtpbin.c: Release pads of the session manager.Wim Taymans2009-08-111-4/+95
* gst/rtpmanager/gstrtpbin.c: Do not try to adjust the offset of streams for wh...Wim Taymans2009-08-111-7/+34
* gst/rtpmanager/gstrtpbin.*: Add signal to notify listeners when a sender beco...Wim Taymans2009-08-111-16/+44
* gst/rtpmanager/gstrtpbin.c: Reset rtp timestamp interpollation when we detect...Wim Taymans2009-08-111-4/+23
* gst/rtpmanager/gstrtpbin.c: Print the pad-name in debug log.Stefan Kost2009-08-111-1/+2
* gst/rtpmanager/gstrtpbin.c: Release lock before emitting the request-pt-map s...Olivier Crete2009-08-111-0/+13
* gst/: More doc updates. More xrefs.Stefan Kost2009-08-111-45/+29
* Do not use short_description in section docs for elements. We extract them fr...Stefan Kost2009-08-111-1/+0
* gst/rtpmanager/gstrtpbin.c: Fix deadlock when shutting down, use a new lock i...Wim Taymans2009-08-111-3/+19
* gst/rtpmanager/gstrtpbin.c: Break out of callbacks when we are shutting down.Wim Taymans2009-08-111-7/+58
* gst/rtpmanager/gstrtpbin.c: Propagate the do-lost and latency properties to t...Håvard Graff2009-08-111-0/+24
* gst/rtpmanager/gstrtpbin.c: Actually add the do-lost property to the object.Wim Taymans2009-08-111-0/+5
* gst/rtpmanager/gstrtpbin.*: Expose new jitterbuffer property in rtpbin too.Wim Taymans2009-08-111-2/+17
* gst/rtpmanager/: Also keep track of the first buffer timestamp together with ...Wim Taymans2009-08-111-0/+3
* gst/rtpmanager/gstrtpbin.c: Ref caps when inserting into the cache.Olivier Crete2009-08-111-7/+11
* gst/rtpmanager/: Unset GValues after g_signal_emitv so that we avoid a refcou...Wim Taymans2009-08-111-2/+16