summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager
AgeCommit message (Expand)AuthorFilesLines
2007-08-13gst/rtpmanager/rtpjitterbuffer.c: Include stdlib.Stefan Kost1-0/+1
2007-08-10gst/rtpmanager/: Remove complicated async queue and replace with more simple ...Wim Taymans12-965/+710
2007-07-18Add stdlib include (free, atoi, exit).Stefan Kost2-0/+3
2007-06-22gst/: Build fixes for gcc-2.9x (no mid-block variable declarations etc.).Jens Granseuer2-2/+4
2007-05-28Rename elements to avoid conflict with farsight elements with the same name. ...Wim Taymans7-93/+97
2007-05-23Document stuff.Wim Taymans10-28/+334
2007-05-15gst/rtpmanager/gstrtpptdemux.c: We always use fixed caps.Wim Taymans1-0/+1
2007-05-15gst/rtpmanager/gstrtpbin.c: g_hash_table_remove_all() only exists in 2.12. W...David Schleef1-0/+11
2007-05-14gst/rtpmanager/async_jitter_queue.c: Fix leak when flushing.Wim Taymans4-4/+41
2007-05-10gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream, gst_qtdemux_loop_state_header...Stefan Kost2-19/+24
2007-05-10gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration, async_jitter_queue...Stefan Kost1-30/+30
2007-05-09gst/rtpmanager/gstrtpjitterbuffer.c: Pass queries upstream.Wim Taymans1-0/+1
2007-05-04gst/rtpmanager/gstrtpjitterbuffer.c: Add some debug info.Wim Taymans2-2/+6
2007-04-30gst/rtpmanager/async_jitter_queue.c: Fix the case where the buffer underruns ...Wim Taymans7-43/+116
2007-04-29gst/rtpmanager/gstrtpsession.c: Remove debug.Wim Taymans3-11/+14
2007-04-27gst/rtpmanager/gstrtpsession.c: Move reconsideration code to the rtpsession o...Wim Taymans6-181/+656
2007-04-25gst/rtpmanager/gstrtpsession.c: Implement forward and reverse reconsideration.Wim Taymans3-23/+79
2007-04-25gst/rtpmanager/gstrtpbin.*: Make default jitterbuffer latency configurable.Wim Taymans3-16/+36
2007-04-25gst/rtpmanager/gstrtpjitterbuffer.c: Report NO_PREROLL when going to PAUSED.Wim Taymans6-42/+161
2007-04-25gst/rtpmanager/gstrtpbin.c: fix for pad name changeWim Taymans8-86/+625
2007-04-21gst/rtpmanager/rtpsession.c: Don't use GLib-2.10 API, we only require GLib 2....Tim-Philipp Müller1-2/+2
2007-04-18configure.ac: Disable rtpmanager for now because it depends on CVS -base.Wim Taymans11-35/+2477
2007-04-13gst/rtpmanager/: Protect lists and structures with locks.Wim Taymans4-12/+71
2007-04-12gst/rtpmanager/gstrtpbin.c: Emit pt map requests and cache results.Wim Taymans4-91/+162
2007-04-11gst/rtpmanager/gstrtpbin-marshal.list: Some more custom marshallers.Wim Taymans7-27/+191
2007-04-10gst/rtpmanager/: Added custom marshallers for signals.Wim Taymans7-9/+42
2007-04-06gst/rtpmanager/gstrtpbin.*: Provide a clock.Wim Taymans2-0/+15
2007-04-06gst/rtpmanager/gstrtpbin.c: Fix pad template name parsing.Wim Taymans1-1/+1
2007-04-05gst/rtpmanager/gstrtpjitterbuffer.c: Add some debug and comments.Wim Taymans1-6/+15
2007-04-05gst/rtpmanager/gstrtpbin.*: Add debugging category.Wim Taymans7-56/+446
2007-04-04gst/rtpmanager/: Added simple SSRC demuxer.Wim Taymans4-0/+360
2007-04-03gst/rtpmanager/: Some more ghostpad magic.Wim Taymans3-7/+350
2007-04-03gst/rtpmanager/Makefile.am: Add .h file so it can be disted properly.Wim Taymans1-0/+1
2007-04-03Add RTP session management elements. Still in progress.Wim Taymans14-0/+3841