gstreamer/gst/rtpmanager
Youness Alaoui a98341397d jitterbuffer: Allow rtp caps without clock-rate
The jitterbuffer shouldn't force clock-rate on its sink pad, this will cause a negotiation issue since rtpssrcdemux doesn't have the clock-rate and doesn't add it to the caps. The documentation states that the clock-rate can either be specified through the caps or through the request-pt-map signal, so we must remove clock-rate from the pad templates and we must accept the GST_EVENT_CAPS if the caps don't have the clock-rate.

https://bugzilla.gnome.org/show_bug.cgi?id=734322
2014-08-21 18:32:58 -04:00
..
gstrtpbin.c rtpbin: Don't leak caps 2014-06-29 23:55:19 +02:00
gstrtpbin.h
gstrtpdtmfmux.c rtpdtmfmux: Avoid taking an unnecessary ref 2014-07-16 16:45:31 +02:00
gstrtpdtmfmux.h
gstrtpjitterbuffer.c jitterbuffer: Allow rtp caps without clock-rate 2014-08-21 18:32:58 -04:00
gstrtpjitterbuffer.h rtpjitterbuffer: small optimizations 2014-04-29 16:21:44 +02:00
gstrtpmanager.c
gstrtpmux.c rtpmux: Unref pad template caps after usage 2014-08-08 15:38:32 -03:00
gstrtpmux.h
gstrtpptdemux.c docs: remove outdated and pointless 'Last reviewed' lines from docs 2014-04-26 23:35:17 +01:00
gstrtpptdemux.h
gstrtprtxqueue.c
gstrtprtxqueue.h
gstrtprtxreceive.c rtprtxreceive: Wait until timeout to clear association requests 2014-05-04 22:36:59 -04:00
gstrtprtxreceive.h rtprtxreceive: Wait until timeout to clear association requests 2014-05-04 22:36:59 -04:00
gstrtprtxsend.c rtprtxsend: Require clock-rate in the caps and handle no ssrc in the caps properly 2014-04-17 17:58:58 +02:00
gstrtprtxsend.h
gstrtpsession.c docs: remove outdated and pointless 'Last reviewed' lines from docs 2014-04-26 23:35:17 +01:00
gstrtpsession.h
gstrtpssrcdemux.c rtpssrcdemux: Fix compiler warning when compiling with G_DISABLE_ASSERT 2014-06-29 19:59:53 +02:00
gstrtpssrcdemux.h
Makefile.am rtpmanager: re-enable -Werror 2014-02-27 00:12:13 +00:00
rtpjitterbuffer.c rtpjitterbuffer: don't stop looping if event found in the queue 2014-05-14 10:23:28 +02:00
rtpjitterbuffer.h rtpjitterbuffer: rework packet insert 2014-04-29 16:02:37 +02:00
rtpsession.c rtpsession: update last_activity when sending RTP 2014-05-16 16:55:17 +02:00
rtpsession.h rtpsession: Keep local conflicting addresses in the session 2014-05-03 18:30:20 -04:00
rtpsource.c rtpsession: Keep local conflicting addresses in the session 2014-05-03 18:30:20 -04:00
rtpsource.h rtpsession: Keep local conflicting addresses in the session 2014-05-03 18:30:20 -04:00
rtpstats.c
rtpstats.h