summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/rtpsession.c
Commit message (Expand)AuthorAgeFilesLines
* rtpsession: whitespace fixesWim Taymans2009-09-031-8/+8
* 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
* rtpsession: add a commentWim Taymans2009-08-111-1/+1
* rtpbin: add SDES property that takes GstStructureWim Taymans2009-08-111-102/+49
* rtpbin: add support for buffer-listBranko Subasic2009-08-111-15/+22
* rtpsession: notify when SSRC changesOlivier Crete2009-08-111-0/+7
* gst/rtpmanager/: When an SSRC is found on the caps of the sender RTP, use thi...Olivier Crete2009-08-111-0/+5
* gst/rtpmanager/: Rename a method to better reflect what it really does.Wim Taymans2009-08-111-17/+7
* gst/rtpmanager/gstrtpsession.c: Use method to get the internal SSRC.Wim Taymans2009-08-111-0/+12
* gst/rtpmanager/rtpsession.c: Only change the SSRC of the session and reset th...Wim Taymans2009-08-111-6/+8
* gst/rtpmanager/rtpsession.c: Make obtain_source return an aditional ref so th...Wim Taymans2009-08-111-9/+18
* 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-111-12/+79
* gst/rtpmanager/gstrtpsession.c: Pass the running time to the session when pro...Wim Taymans2009-08-111-15/+22
* gst/rtpmanager/gstrtpbin-marshal.list: Add marshaller for new action signal.Håvard Graff2009-08-111-2/+19
* gst/rtpmanager/rtpsession.c: Ref the rtpsource object before we release the s...Wim Taymans2009-08-111-0/+18
* gst/rtpmanager/: Fix some docs.Wim Taymans2009-08-111-0/+1
* gst/rtpmanager/gstrtpbin.*: Add signal to notify listeners when a sender beco...Wim Taymans2009-08-111-8/+28
* gst/rtpmanager/gstrtpsession.c: Send EOS when the session object instructs us...Wim Taymans2009-08-111-2/+6
* gst/rtpmanager/gstrtpbin.c: Reset rtp timestamp interpollation when we detect...Wim Taymans2009-08-111-4/+50
* gst/rtpmanager/gstrtpjitterbuffer.c: Make the buffer metadata writable before...Olivier Crete2009-08-111-0/+6
* gst/rtpmanager/: Changed some GST_DEBUG() to GST_LOG() to reduce the spam whe...Peter Kjellerstedt2009-08-111-3/+3
* gst/rtpmanager/: Do not mix the use of g_get_current_time() with gst_clock_ge...Peter Kjellerstedt2009-08-111-54/+54
* gst/rtpmanager/rtpsession.c: Unlock the session lock when calling one of our ...Olivier Crete2009-08-111-0/+8
* gst/rtpmanager/: Also keep track of the first buffer timestamp together with ...Wim Taymans2009-08-111-0/+2
* gst/rtpmanager/rtpsession.*: Implement collision and loop detection in rtpman...Olivier Crete2009-08-111-17/+213
* gst/rtpmanager/: Make it possible to use different user_data for each of the ...Youness Alaoui2009-08-111-15/+141
* gst/rtpmanager/: Fix some leaks.Wim Taymans2009-08-111-0/+3
* gst/rtpmanager/: Post a message when the SDES infor changes for a source.Wim Taymans2009-08-111-1/+1
* gst/rtpmanager/: Add signal to notify of an SDES change.Wim Taymans2009-08-111-12/+13
* gst/rtpmanager/: Update comment.Wim Taymans2009-08-111-227/+287
* gst/rtpmanager/rtpsession.c: When reconsidering RTCP timeouts, set the next t...Wim Taymans2009-08-111-11/+32
* gst/rtpmanager/: Add notification of active SSRCs to various RTP elements. Fi...Wim Taymans2009-08-111-0/+23
* gst/rtpmanager/: Various leak fixes.Wim Taymans2009-08-111-0/+5
* gst/rtpmanager/gstrtpbin.c: Calculate and configure the NTP base time so that...Wim Taymans2009-08-111-1/+1
* gst/rtpmanager/: Updated example pipelines in docs.Wim Taymans2009-08-111-197/+98
* gst/rtpmanager/gstrtpsession.*: Distribute synchronisation parameters to the ...Wim Taymans2009-08-111-4/+74
* gst/rtpmanager/gstrtpbin.c: Add some more advanced example pipelines.Wim Taymans2009-08-111-0/+1
* gst/rtpmanager/gstrtpjitterbuffer.c: Fix EOS handling.Wim Taymans2009-08-111-0/+12
* gst/rtpmanager/: Remove complicated async queue and replace with more simple ...Wim Taymans2009-08-111-2/+0
* gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream, gst_qtdemux_loop_state_header...Stefan Kost2009-08-111-11/+13
* gst/rtpmanager/gstrtpjitterbuffer.c: Add some debug info.Wim Taymans2009-08-111-2/+2
* gst/rtpmanager/async_jitter_queue.c: Fix the case where the buffer underruns ...Wim Taymans2009-08-111-3/+40
* gst/rtpmanager/gstrtpsession.c: Remove debug.Wim Taymans2009-08-111-8/+14
* gst/rtpmanager/gstrtpsession.c: Move reconsideration code to the rtpsession o...Wim Taymans2009-08-111-71/+470
* gst/rtpmanager/gstrtpsession.c: Implement forward and reverse reconsideration.Wim Taymans2009-08-111-5/+5
* gst/rtpmanager/gstrtpjitterbuffer.c: Report NO_PREROLL when going to PAUSED.Wim Taymans2009-08-111-20/+34