gstreamer/gst/rtpmanager
Aleix Conchillo Flaqué 47c65fc269 rtpbin: allow dynamic RTP/RTCP encoders/decoders
* gst/rtpmanager/gstrtpbin.[ch]: four new action signals have been
  added (request-rtp-encoder, request-rtp-decoder, request-rtcp-encoder
  and request-rtcp-decoder). The user will be able to provide encoders
  or decoders dynamically. The encoders must follow the srtpenc API and
  the decoders the srtpdec API. Having separate signals for RTP and RTCP
  allows the user to use different encoders/decoders or provide the same
  one (e.g. that would be the case for srtpenc).

  Also, rtpbin now allows application/x-srtp in its pads.

  https://bugzilla.gnome.org/show_bug.cgi?id=719938
2013-12-30 11:24:00 +01:00
..
gstrtpbin.c rtpbin: allow dynamic RTP/RTCP encoders/decoders 2013-12-30 11:24:00 +01:00
gstrtpbin.h rtpbin: allow dynamic RTP/RTCP encoders/decoders 2013-12-30 11:24:00 +01:00
gstrtpdtmfmux.c docs: add rtpmux and rtpdtmfmux to plugin docs 2012-12-16 16:36:39 +00:00
gstrtpdtmfmux.h rtpmux: Fix FSF address 2012-12-16 16:36:39 +00:00
gstrtpjitterbuffer.c rtpjitterbuffer: dynamically recalculate RTX parameters 2013-12-30 11:18:51 +01:00
gstrtpjitterbuffer.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstrtpmanager.c rtp: register rtx element better 2013-08-21 17:02:26 +02:00
gstrtpmux.c rtpmux: Enable proxy caps on the src pads 2013-07-11 17:21:22 -04:00
gstrtpmux.h rtpmux: Send stream-start before caps 2013-05-13 15:37:05 +02:00
gstrtpptdemux.c docs: update docs with 1.0 element names 2013-09-23 15:36:47 +02:00
gstrtpptdemux.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstrtprtxqueue.c rtxqueue: add property to configure queue size 2013-08-23 15:47:25 +02:00
gstrtprtxqueue.h rtxqueue: add property to configure queue size 2013-08-23 15:47:25 +02:00
gstrtpsession.c rtpsession: use RTT from the Retransmission event 2013-12-30 11:18:50 +01:00
gstrtpsession.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstrtpssrcdemux.c docs: update docs with 1.0 element names 2013-09-23 15:36:47 +02:00
gstrtpssrcdemux.h rtpssrcdemux: Remove unused GstSegment 2013-04-02 23:42:41 -04:00
Makefile.am rtxqueue: add retransmission queue element 2013-08-19 22:04:50 +02:00
rtpjitterbuffer.c rtpjitterbuffer: reorganize jitterbuffer items 2013-12-10 11:01:03 +01:00
rtpjitterbuffer.h jitterbuffer: correctly check for invalid values 2013-12-09 23:34:10 +01:00
rtpsession.c rtpsession: Add error message if the app tries to set the internal-ssrc 2013-12-13 17:36:36 -05:00
rtpsession.h rtpsession: keep extra stats for scheduling BYE 2013-12-12 10:38:43 +01:00
rtpsource.c rtpsession: fix rb blocks disappearing after the first rtcp cycle with multiple senders 2013-12-12 16:44:27 +01:00
rtpsource.h rtpsession: fix rb blocks disappearing after the first rtcp cycle with multiple senders 2013-12-12 16:44:27 +01:00
rtpstats.c gstrtpsession: Implement a number of feedback packet statistics 2013-11-15 15:21:19 +01:00
rtpstats.h gstrtpsession: Implement a number of feedback packet statistics 2013-11-15 15:21:19 +01:00