summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gst/rtpmanager/gstrtpjitterbuffer.c: Don't unref the popped buffer when we do...Wim Taymans2009-08-111-3/+1
* gst/rtpmanager/gstrtpssrcdemux.c: Don't clean up pads when going to PAUSED.Wim Taymans2009-08-111-0/+1
* gst/rtpmanager/: Clean up the dynamic pads when going to READY.Wim Taymans2009-08-112-30/+41
* gst/rtpmanager/: Fix some leaks.Wim Taymans2009-08-113-0/+17
* gst/rtpmanager/: Post a message when the SDES infor changes for a source.Wim Taymans2009-08-114-3/+118
* gst/rtpmanager/: Add signal to notify of an SDES change.Wim Taymans2009-08-1120-38/+85
* gst/rtpmanager/gstrtpbin.*: Expose SDES items as properties and configure the...Wim Taymans2009-08-113-2/+200
* gst/rtpmanager/: Update comment.Wim Taymans2009-08-117-322/+996
* gst/rtpmanager/gstrtpjitterbuffer.c: jitterbuffer can buffer an unlimited amo...Wim Taymans2009-08-111-4/+2
* gst/rtpmanager/gstrtpsession.c: Fix bad function signatures (#492798).Ole André Vadla Ravnås2009-08-111-3/+3
* gst/rtpmanager/gstrtpbin.c: Fix memleak. Fixes #484990.Laurent Glayal2009-08-111-0/+1
* 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-114-46/+90
* gst/rtpmanager/rtpsession.c: When reconsidering RTCP timeouts, set the next t...Wim Taymans2009-08-111-11/+32
* gst/rtpmanager/gstrtpjitterbuffer.c: Only peek at the tail element instead of...Wim Taymans2009-08-115-46/+35
* gst/rtpmanager/gstrtpjitterbuffer.c: Remove some old unused variables.Wim Taymans2009-08-113-29/+73
* gst/rtpmanager/gstrtpbin.c: Fix crasher in dispose.Wim Taymans2009-08-112-7/+8
* gst/rtpmanager/gstrtpjitterbuffer.c: Remove jitter correction code, it's now ...Wim Taymans2009-08-113-92/+105
* gst/rtpmanager/gstrtpbin.c: Fix cleanup crasher.Wim Taymans2009-08-113-7/+15
* gst/rtpmanager/: Add notification of active SSRCs to various RTP elements. Fi...Wim Taymans2009-08-116-0/+74
* gst/rtpmanager/gstrtpbin.c: Link to the right pads regardless of which one wa...Wim Taymans2009-08-116-24/+56
* gst/rtpmanager/gstrtpbin.c: Use lock to protect variable.Wim Taymans2009-08-116-139/+341
* gst/rtpmanager/gstrtpbin.c: Also set NTP base time on new sessions.Wim Taymans2009-08-113-6/+44
* gst/rtpmanager/: Various leak fixes.Wim Taymans2009-08-117-12/+108
* gst/rtpmanager/gstrtpbin.c: Calculate and configure the NTP base time so that...Wim Taymans2009-08-118-39/+306
* 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-1112-435/+1306
* gst/rtpmanager/gstrtpjitterbuffer.c: Use extended timestamp to release buffer...Wim Taymans2009-08-111-13/+23
* gst/rtpmanager/gstrtpjitterbuffer.c: Improve Comments.Wim Taymans2009-08-113-10/+69
* gst/rtpmanager/gstrtpsession.*: Distribute synchronisation parameters to the ...Wim Taymans2009-08-116-8/+145
* gst/rtpmanager/gstrtpbin.c: Add some more advanced example pipelines.Wim Taymans2009-08-114-7/+68
* gst/rtpmanager/gstrtpjitterbuffer.c: When synchronizing buffers, take peer la...Wim Taymans2009-08-111-1/+14
* Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a...Tim-Philipp Müller2009-08-1112-327/+327
* gst/rtpmanager/gstrtpjitterbuffer.c: When drop-on-latency is set but we have ...Wim Taymans2009-08-111-4/+6
* gst/rtpmanager/rtpjitterbuffer.*: Fix undefined overflow prone ts_diff handling.Wim Taymans2009-08-112-5/+5
* gst/rtpmanager/gstrtpjitterbuffer.c: Fix EOS handling.Wim Taymans2009-08-113-14/+49
* gst/rtpmanager/rtpjitterbuffer.c: Include stdlib.Stefan Kost2009-08-111-0/+1
* gst/rtpmanager/: Remove complicated async queue and replace with more simple ...Wim Taymans2009-08-1112-965/+710
* Add stdlib include (free, atoi, exit).Stefan Kost2009-08-112-0/+3
* gst/: Build fixes for gcc-2.9x (no mid-block variable declarations etc.).Jens Granseuer2009-08-112-2/+4
* Rename elements to avoid conflict with farsight elements with the same name. ...Wim Taymans2009-08-117-93/+97
* Document stuff.Wim Taymans2009-08-1110-28/+334
* gst/rtpmanager/gstrtpptdemux.c: We always use fixed caps.Wim Taymans2009-08-111-0/+1
* gst/rtpmanager/gstrtpbin.c: g_hash_table_remove_all() only exists in 2.12. W...David Schleef2009-08-111-0/+11
* gst/rtpmanager/async_jitter_queue.c: Fix leak when flushing.Wim Taymans2009-08-114-4/+41
* gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream, gst_qtdemux_loop_state_header...Stefan Kost2009-08-112-19/+24
* gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration, async_jitter_queue...Stefan Kost2009-08-111-30/+30
* gst/rtpmanager/gstrtpjitterbuffer.c: Pass queries upstream.Wim Taymans2009-08-111-0/+1
* gst/rtpmanager/gstrtpjitterbuffer.c: Add some debug info.Wim Taymans2009-08-112-2/+6
* gst/rtpmanager/async_jitter_queue.c: Fix the case where the buffer underruns ...Wim Taymans2009-08-117-43/+116