gstreamer/gst/rtpmanager
Alessandro Decina dd4df554d5 rtpmanager: rtpsession: don't send empty RTCP packets
generate_rtcp can produce empty packets when reduced size RTCP is turned on.
Skip them since it doesn't make sense to push them and they cause errors with
elements that expect RTCP packets to contain data (like srtpenc).
2015-11-25 14:54:58 +11:00
..
gstrtpbin.c rtpbin: Add missing break 2015-10-07 23:23:45 +01:00
gstrtpbin.h rtpmanager: add "max-dropout-time" and "max-misorder-time" props 2015-10-07 12:06:47 +01:00
gstrtpdtmfmux.c rtpdtmfmux: properly escape percent sign in documentation 2015-03-14 14:22:26 +00:00
gstrtpdtmfmux.h rtpmux: Fix FSF address 2012-12-16 16:36:39 +00:00
gstrtpjitterbuffer.c rtpmanager: switch G_GINT64_FORMAT for GST_STIME_ARGS 2015-11-03 14:47:00 +00:00
gstrtpjitterbuffer.h rtpjitterbuffer: small optimizations 2014-04-29 16:21:44 +02:00
gstrtpmanager.c rtpmanager: add new rtprtxsend / rtprtxreceive elements 2014-01-03 20:47:59 +01:00
gstrtpmux.c rtpmux: Use default upstream event handling 2015-10-02 17:39:10 -04:00
gstrtpmux.h rtpmux: As 0xFFFFFFFF is a valid ssrc, check if it has been set 2015-10-02 17:39:10 -04:00
gstrtpptdemux.c rtpptdemux: just drop invalid rtp packets instead of erroring out 2014-12-25 15:48:04 +00:00
gstrtpptdemux.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstrtprtxqueue.c rtprtxqueue: reverse pending list before pushing buffers 2015-06-22 11:36:22 +02:00
gstrtprtxqueue.h rtxqueue: add property to configure queue size 2013-08-23 15:47:25 +02:00
gstrtprtxreceive.c docs: Minor fixes in various places 2015-10-23 10:42:19 +03:00
gstrtprtxreceive.h rtprtxreceive: Wait until timeout to clear association requests 2014-05-04 22:36:59 -04:00
gstrtprtxsend.c rtprtxsend: print valid type where guint32 is expected 2015-08-06 01:39:43 -03:00
gstrtprtxsend.h rtprtxsend: run a new GstTask on the src pad 2014-01-21 14:54:01 +01:00
gstrtpsession.c rtpmanager: Trivial gst-indent fixes 2015-11-05 09:48:59 +05:30
gstrtpsession.h rtpmanager: add new on-new-sender-ssrc, on-sender-ssrc-active signals 2015-10-02 16:39:29 +03:00
gstrtpssrcdemux.c rtpssrcdemux: Add support for reduce size rtcp 2015-06-05 10:30:15 +02:00
gstrtpssrcdemux.h rtpssrcdemux: Remove unused GstSegment 2013-04-02 23:42:41 -04:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 17:55:07 +01:00
rtpjitterbuffer.c rtpjitterbuffer: Minor clean-up 2015-06-22 13:08:12 +02:00
rtpjitterbuffer.h jitterbuffer: rework resync handling 2014-10-21 11:57:34 +02:00
rtpsession.c rtpmanager: rtpsession: don't send empty RTCP packets 2015-11-25 14:54:58 +11:00
rtpsession.h rtpsession: Implement sending of reduced size RTCP packets 2015-10-11 10:47:47 +01:00
rtpsource.c rtpmanager: use GST_STIME_ARGS for GstClockTimeDiff 2015-11-03 14:26:32 +00:00
rtpsource.h rtpmanager: Take into account packet rate for max-dropout and max-misorder calculations 2015-10-07 12:07:18 +01:00
rtpstats.c rtpmanager: Take into account packet rate for max-dropout and max-misorder calculations 2015-10-07 12:07:18 +01:00
rtpstats.h rtpmanager: Take into account packet rate for max-dropout and max-misorder calculations 2015-10-07 12:07:18 +01:00