summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpsession.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-29rtpbin: add SDES propertyWim Taymans1-102/+10
2009-06-19rtpbin: add support for buffer-listBranko Subasic1-14/+48
2009-05-22rtpsession: reuse source code for SDESWim Taymans1-58/+2
2009-04-17rtpsession: join the RTCP threadWim Taymans1-0/+5
2009-03-13rtpbin: don't return FALSE on seek eventsWim Taymans1-0/+1
2009-02-26gstrtpbin: Don't forward revc events to senderOlivier Crête1-4/+0
2009-01-02gst/rtpmanager/: When an SSRC is found on the caps of the sender RTP, use thi...Olivier Crete1-0/+23
2009-01-02gst/rtpmanager/: Rename a method to better reflect what it really does.Wim Taymans1-1/+1
2008-12-29gst/rtpmanager/gstrtpsession.c: Use method to get the internal SSRC.Wim Taymans1-2/+4
2008-11-25gst/rtpmanager/gstrtpsession.c: Fix event leak.Wim Taymans1-1/+5
2008-11-20gst/rtpmanager/gstrtpsession.c: Pass the running time to the session when pro...Wim Taymans1-21/+22
2008-10-16gst/rtpmanager/gstrtpsession.c: Install event handler on the rtcp_src pad, ma...Wim Taymans1-0/+29
2008-10-07gst/rtpmanager/gstrtpbin-marshal.list: Add marshaller for new action signal.Håvard Graff1-6/+9
2008-10-07gst/rtpmanager/gstrtpbin.c: Release pads of the session manager.Wim Taymans1-0/+102
2008-09-05gst/rtpmanager/gstrtpbin.*: Add signal to notify listeners when a sender beco...Wim Taymans1-0/+23
2008-08-28gst/rtpmanager/gstrtpsession.c: Send EOS when the session object instructs us...Wim Taymans1-3/+13
2008-08-13gst/rtpmanager/gstrtpbin.c: Reset rtp timestamp interpollation when we detect...Wim Taymans1-0/+7
2008-07-03gst/rtpmanager/: Changed some GST_DEBUG() to GST_LOG() to reduce the spam whe...Peter Kjellerstedt1-7/+7
2008-07-03gst/rtpmanager/: Do not mix the use of g_get_current_time() with gst_clock_ge...Peter Kjellerstedt1-28/+25
2008-06-16gst/: More doc updates. More xrefs.Stefan Kost1-49/+30
2008-06-12Do not use short_description in section docs for elements. We extract them fr...Stefan Kost1-1/+0
2008-05-12gst/rtpmanager/gstrtpsession.c: Make sure to unref the rtpsession returned by...Peter Kjellerstedt1-0/+3
2008-05-08gst/rtpmanager/gstrtpsession.c: Send RTP BYE command on EOS. Fixes bug #531955.Sjoerd Simons1-0/+1
2008-04-25gst/rtpmanager/gstrtpsession.c: Set up some internal links functions for the ...Wim Taymans1-0/+33
2008-04-21gst/rtpmanager/gstrtpbin.c: Ref caps when inserting into the cache.Olivier Crete1-6/+19
2008-04-17gst/rtpmanager/: Unset GValues after g_signal_emitv so that we avoid a refcou...Wim Taymans1-1/+4
2008-04-09gst/rtpmanager/: Avoid leaking pads in the RTP manager.Peter Kjellerstedt1-0/+9
2008-03-11gst/rtpmanager/gstrtpsession.c: Avoid a deadlock when joining the RTCP thread...Ole André Vadla Ravnås1-4/+36
2008-01-11gst/rtpmanager/gstrtpsession.c: If we find the caps in the cache, use it to p...Wim Taymans1-4/+3
2008-01-11gst/rtpmanager/: Make it possible to use different user_data for each of the ...Youness Alaoui1-1/+4
2008-01-09gst/rtpmanager/gstrtpsession.c: Don't set fixed caps, we can basically do eve...Wim Taymans1-1/+0
2007-12-10gst/rtpmanager/: Post a message when the SDES infor changes for a source.Wim Taymans1-0/+66
2007-12-10gst/rtpmanager/: Add signal to notify of an SDES change.Wim Taymans1-2/+23
2007-12-10gst/rtpmanager/: Update comment.Wim Taymans1-6/+162
2007-11-02gst/rtpmanager/gstrtpsession.c: Fix bad function signatures (#492798).Ole André Vadla Ravnås1-3/+3
2007-10-08gst/: Fix compiler warnings shown by Forte.Jan Schmidt1-3/+3
2007-10-08gst/rtpmanager/gstrtpbin.c: Fix caps refcounting for payload maps.Wim Taymans1-0/+1
2007-10-05gst/rtpmanager/gstrtpjitterbuffer.c: Only peek at the tail element instead of...Wim Taymans1-0/+1
2007-09-20gst/rtpmanager/: Add notification of active SSRCs to various RTP elements. Fi...Wim Taymans1-0/+25
2007-09-17gst/rtpmanager/gstrtpbin.c: Link to the right pads regardless of which one wa...Wim Taymans1-2/+25
2007-09-15gst/rtpmanager/gstrtpbin.c: Also set NTP base time on new sessions.Wim Taymans1-1/+33
2007-09-12gst/rtpmanager/: Various leak fixes.Wim Taymans1-0/+2
2007-09-12gst/rtpmanager/gstrtpbin.c: Calculate and configure the NTP base time so that...Wim Taymans1-15/+123
2007-09-04gst/rtpmanager/gstrtpsession.c: Make compiler happy: fix compilation with -Wa...Tim-Philipp Müller1-2/+3
2007-09-03gst/rtpmanager/: Updated example pipelines in docs.Wim Taymans1-78/+151
2007-08-29gst/rtpmanager/gstrtpjitterbuffer.c: Improve Comments.Wim Taymans1-7/+63
2007-08-29gst/rtpmanager/gstrtpsession.*: Distribute synchronisation parameters to the ...Wim Taymans1-1/+45
2007-08-28gst/rtpmanager/gstrtpbin.c: Add some more advanced example pipelines.Wim Taymans1-3/+6
2007-08-23Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a...Tim-Philipp Müller1-66/+66
2007-08-16gst/rtpmanager/gstrtpjitterbuffer.c: Fix EOS handling.Wim Taymans1-2/+16