gstreamer/tests/check
Stian Selnes 1586981b1b rtcpbuffer: Fix validation of packets with padding
The padding (if any) is included in the length of the last packet, see
RFC 3550.

Section 6.4.1:
   padding (P): 1 bit
      If the padding bit is set, this individual RTCP packet contains
      some additional padding octets at the end which are not part of
      the control information but are included in the length field. The
      last octet of the padding is a count of how many padding octets
      should be ignored, including itself (it will be a multiple of
      four).

Section A.2:
   *  The padding bit (P) should be zero for the first packet of a
      compound RTCP packet because padding should only be applied, if it
      is needed, to the last packet.

   *  The length fields of the individual RTCP packets must add up to
      the overall length of the compound RTCP packet as received.

https://bugzilla.gnome.org/show_bug.cgi?id=751883
2015-07-06 12:06:47 +03:00
..
elements tests: add test for videorate caps renegotiation after a framerate has been calculated and added to caps 2015-05-29 15:03:38 +02:00
generic check: Use GST_CHECK_MAIN () macro everywhere 2015-06-02 16:14:39 +02:00
gst tests: typefindfunctions: add test for UTF-16 MSS manifest typefinding 2015-04-26 14:45:44 +01:00
libs rtcpbuffer: Fix validation of packets with padding 2015-07-06 12:06:47 +03:00
pipelines check: Use GST_CHECK_MAIN () macro everywhere 2015-06-02 16:14:39 +02:00
.gitignore Ignore registries in any format. 2007-09-19 18:16:58 +00:00
gst-plugins-base.supp valgrind: add ALSA leaks fixed by snd_config_update_free_global 2011-11-07 12:20:12 +00:00
Makefile.am tests: add PPC64 abi struct sizes 2015-06-22 16:00:15 +02:00