summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpsession.c
Commit message (Expand)AuthorAgeFilesLines
* rtpsession: join the RTCP threadWim Taymans2009-08-111-0/+5
* 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
* gst/rtpmanager/: When an SSRC is found on the caps of the sender RTP, use thi...Olivier Crete2009-08-111-0/+23
* gst/rtpmanager/: Rename a method to better reflect what it really does.Wim Taymans2009-08-111-1/+1
* gst/rtpmanager/gstrtpsession.c: Use method to get the internal SSRC.Wim Taymans2009-08-111-2/+4
* gst/rtpmanager/gstrtpsession.c: Fix event leak.Wim Taymans2009-08-111-1/+5
* gst/rtpmanager/gstrtpsession.c: Pass the running time to the session when pro...Wim Taymans2009-08-111-21/+22
* 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-111-6/+9
* gst/rtpmanager/gstrtpbin.c: Release pads of the session manager.Wim Taymans2009-08-111-0/+102
* gst/rtpmanager/gstrtpbin.*: Add signal to notify listeners when a sender beco...Wim Taymans2009-08-111-0/+23
* gst/rtpmanager/gstrtpsession.c: Send EOS when the session object instructs us...Wim Taymans2009-08-111-3/+13
* gst/rtpmanager/gstrtpbin.c: Reset rtp timestamp interpollation when we detect...Wim Taymans2009-08-111-0/+7
* gst/rtpmanager/: Changed some GST_DEBUG() to GST_LOG() to reduce the spam whe...Peter Kjellerstedt2009-08-111-7/+7
* gst/rtpmanager/: Do not mix the use of g_get_current_time() with gst_clock_ge...Peter Kjellerstedt2009-08-111-28/+25
* gst/: More doc updates. More xrefs.Stefan Kost2009-08-111-49/+30
* Do not use short_description in section docs for elements. We extract them fr...Stefan Kost2009-08-111-1/+0
* gst/rtpmanager/gstrtpsession.c: Make sure to unref the rtpsession returned by...Peter Kjellerstedt2009-08-111-0/+3
* gst/rtpmanager/gstrtpsession.c: Send RTP BYE command on EOS. Fixes bug #531955.Sjoerd Simons2009-08-111-0/+1
* gst/rtpmanager/gstrtpsession.c: Set up some internal links functions for the ...Wim Taymans2009-08-111-0/+33
* gst/rtpmanager/gstrtpbin.c: Ref caps when inserting into the cache.Olivier Crete2009-08-111-6/+19
* gst/rtpmanager/: Unset GValues after g_signal_emitv so that we avoid a refcou...Wim Taymans2009-08-111-1/+4
* gst/rtpmanager/: Avoid leaking pads in the RTP manager.Peter Kjellerstedt2009-08-111-0/+9
* gst/rtpmanager/gstrtpsession.c: Avoid a deadlock when joining the RTCP thread...Ole André Vadla Ravnås2009-08-111-4/+36
* gst/rtpmanager/gstrtpsession.c: If we find the caps in the cache, use it to p...Wim Taymans2009-08-111-4/+3
* gst/rtpmanager/: Make it possible to use different user_data for each of the ...Youness Alaoui2009-08-111-1/+4
* gst/rtpmanager/gstrtpsession.c: Don't set fixed caps, we can basically do eve...Wim Taymans2009-08-111-1/+0
* gst/rtpmanager/: Post a message when the SDES infor changes for a source.Wim Taymans2009-08-111-0/+66
* gst/rtpmanager/: Add signal to notify of an SDES change.Wim Taymans2009-08-111-2/+23
* gst/rtpmanager/: Update comment.Wim Taymans2009-08-111-6/+162
* gst/rtpmanager/gstrtpsession.c: Fix bad function signatures (#492798).Ole André Vadla Ravnås2009-08-111-3/+3
* gst/: Fix compiler warnings shown by Forte.Jan Schmidt2009-08-111-3/+3
* gst/rtpmanager/gstrtpbin.c: Fix caps refcounting for payload maps.Wim Taymans2009-08-111-0/+1
* gst/rtpmanager/gstrtpjitterbuffer.c: Only peek at the tail element instead of...Wim Taymans2009-08-111-0/+1
* gst/rtpmanager/: Add notification of active SSRCs to various RTP elements. Fi...Wim Taymans2009-08-111-0/+25
* gst/rtpmanager/gstrtpbin.c: Link to the right pads regardless of which one wa...Wim Taymans2009-08-111-2/+25
* gst/rtpmanager/gstrtpbin.c: Also set NTP base time on new sessions.Wim Taymans2009-08-111-1/+33
* gst/rtpmanager/: Various leak fixes.Wim Taymans2009-08-111-0/+2
* gst/rtpmanager/gstrtpbin.c: Calculate and configure the NTP base time so that...Wim Taymans2009-08-111-15/+123
* gst/rtpmanager/gstrtpsession.c: Make compiler happy: fix compilation with -Wa...Tim-Philipp Müller2009-08-111-2/+3
* gst/rtpmanager/: Updated example pipelines in docs.Wim Taymans2009-08-111-78/+151
* gst/rtpmanager/gstrtpjitterbuffer.c: Improve Comments.Wim Taymans2009-08-111-7/+63
* gst/rtpmanager/gstrtpsession.*: Distribute synchronisation parameters to the ...Wim Taymans2009-08-111-1/+45
* gst/rtpmanager/gstrtpbin.c: Add some more advanced example pipelines.Wim Taymans2009-08-111-3/+6
* Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a...Tim-Philipp Müller2009-08-111-66/+66
* gst/rtpmanager/gstrtpjitterbuffer.c: Fix EOS handling.Wim Taymans2009-08-111-2/+16
* gst/rtpmanager/: Remove complicated async queue and replace with more simple ...Wim Taymans2009-08-111-0/+132
* Rename elements to avoid conflict with farsight elements with the same name. ...Wim Taymans2009-08-111-17/+17
* Document stuff.Wim Taymans2009-08-111-5/+117