gstreamer/tests/check
Stian Selnes ef8d630a59 rtp: add H.261 RTP payloader and depayloader
Implementation according to RFC 4587.

Payloader create fragments on MB boundaries in order to match MTU size
the best it can. Some decoders/depayloaders in the wild are very strict
about receiving a continuous bit-stream (e.g. no no-op bits between
frames), so the payloader will shift the compressed bit-stream of a
frame to align with the last significant bit of the previous frame.

Depayloader does not try to be fancy in case of packet loss. It simply
drops all packets for a frame if there is a loss, keeping it simple.

https://bugzilla.gnome.org/show_bug.cgi?id=751886
2015-07-03 11:48:41 +01:00
..
elements rtp: add H.261 RTP payloader and depayloader 2015-07-03 11:48:41 +01:00
generic Fix FSF address 2012-11-04 00:07:18 +00:00
pipelines check: Use GST_CHECK_MAIN () macro everywhere 2015-06-02 16:27:24 +02:00
.gitignore tests: ignore sub-directory with orc tests 2010-06-17 16:41:56 +01:00
gst-plugins-good.supp suppressions: ignore an apparent bug in strtod 2015-04-15 18:00:00 +01:00
Makefile.am tests: define GST_CHECK_TEST_ENVIRONMENT_BEACON 2015-04-23 16:11:32 +01:00