summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gst/: More doc updates. More xrefs.Stefan Kost2009-08-116-153/+100
* Do not use short_description in section docs for elements. We extract them fr...Stefan Kost2009-08-116-7/+0
* gst/rtpmanager/gstrtpbin.c: Fix deadlock when shutting down, use a new lock i...Wim Taymans2009-08-111-3/+19
* gst/rtpmanager/gstrtpbin.c: Break out of callbacks when we are shutting down.Wim Taymans2009-08-111-7/+58
* gst/rtpmanager/gstrtpjitterbuffer.c: When checking the seqnum, reset the jitt...Wim Taymans2009-08-113-38/+61
* gst/rtpmanager/gstrtpbin.c: Propagate the do-lost and latency properties to t...Håvard Graff2009-08-111-0/+24
* Don't use _gst_pad().Wim Taymans2009-08-111-3/+3
* docs/Makefile.am: Don't attempt to build plugin docs when they're disabled.Jan Schmidt2009-08-111-4/+6
* gst/rtpmanager/gstrtpjitterbuffer.c: Simply drop bad RTP packets with a warni...Wim Taymans2009-08-111-4/+4
* gst/rtpmanager/gstrtpbin.c: Actually add the do-lost property to the object.Wim Taymans2009-08-111-0/+5
* gst/rtpmanager/gstrtpjitterbuffer.c: Avoid waiting for a negative (huge) dura...Wim Taymans2009-08-111-2/+8
* gst/rtpmanager/gstrtpsession.c: Make sure to unref the rtpsession returned by...Peter Kjellerstedt2009-08-111-0/+3
* gst/rtpmanager/gstrtpjitterbuffer.c: Initialise with GST_CLOCK_TIME_NONE to a...Jan Schmidt2009-08-111-1/+1
* gst/rtpmanager/rtpsource.c: Make sure to unref the caps used by RTPSource to ...Peter Kjellerstedt2009-08-111-0/+2
* gst/rtpmanager/rtpsession.c: Unlock the session lock when calling one of our ...Olivier Crete2009-08-111-0/+8
* gst/rtpmanager/gstrtpsession.c: Send RTP BYE command on EOS. Fixes bug #531955.Sjoerd Simons2009-08-111-0/+1
* gst/rtpmanager/gstrtpbin.*: Expose new jitterbuffer property in rtpbin too.Wim Taymans2009-08-112-2/+18
* gst/rtpmanager/gstrtpjitterbuffer.c: Disable sending out rtp packet lost even...Wim Taymans2009-08-111-14/+52
* gst/rtpmanager/gstrtpjitterbuffer.c: Remove private version of a function tha...Wim Taymans2009-08-111-37/+109
* gst/rtpmanager/gstrtpsession.c: Set up some internal links functions for the ...Wim Taymans2009-08-111-0/+33
* gst/rtpmanager/: Also keep track of the first buffer timestamp together with ...Wim Taymans2009-08-115-1/+11
* gst/rtpmanager/gstrtpbin.c: Ref caps when inserting into the cache.Olivier Crete2009-08-114-14/+41
* gst/rtpmanager/: Unset GValues after g_signal_emitv so that we avoid a refcou...Wim Taymans2009-08-114-5/+28
* gst/rtpmanager/: Avoid leaking pads in the RTP manager.Peter Kjellerstedt2009-08-112-0/+24
* gst/rtpmanager/rtpsession.*: Implement collision and loop detection in rtpman...Olivier Crete2009-08-114-22/+253
* gst/rtpmanager/gstrtpsession.c: Avoid a deadlock when joining the RTCP thread...Ole André Vadla Ravnås2009-08-111-4/+36
* gst/rtpmanager/rtpjitterbuffer.c: Don't try to reset the clock skew when we h...Stefan Kost2009-08-111-1/+1
* gst/rtpmanager/gstrtpbin.c: Fix small memory leak, leaking caps. Fixes #bug 5...Olivier Crete2009-08-111-0/+2
* gst/rtpmanager/gstrtpbin.c: Ignore streams that did not receive an SR packet ...Olivier Crete2009-08-111-1/+4
* gst/rtpmanager/gstrtpjitterbuffer.c: Try to get the new clock-rate from the b...Thijs Vermeir2009-08-111-0/+7
* gst/rtpmanager/gstrtpbin.c: Also handle lip-sync when the clock-rate is not p...Olivier Crete2009-08-111-3/+47
* gst/rtpmanager/: Remove the fixed clock-rate from the jitterbuffer and extend...Olivier Crete2009-08-113-32/+11
* gst/rtpmanager/gstrtpjitterbuffer.c: Remove old unused variable.Olivier Crete2009-08-111-6/+9
* gst/rtpmanager/rtpsource.c: Fix unref of buffer using the wrong function. Fi...Olivier Crete2009-08-111-1/+1
* 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-113-22/+174
* gst/rtpmanager/gstrtpbin.c: Fix documentation for latest patchThijs Vermeir2009-08-111-2/+2
* gst/rtpmanager/gstrtpbin.c: Allow request_new_pad with name NULL (bug #508515)Thijs Vermeir2009-08-111-4/+46
* gst/rtpmanager/gstrtpsession.c: Don't set fixed caps, we can basically do eve...Wim Taymans2009-08-111-1/+0
* 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