gstreamer/tests/check
Tim-Philipp Müller 86d7a597f0 bytereader: add gst_byte_reader_peek_sub_reader() and _get_sub_reader()
Adds API to get or peek a sub-reader of a certain size from
a given byte reader. This is useful when parsing nested chunks,
one can easily get a byte reader for a sub-chunk and make
sure one never reads beyond the sub-chunk boundary.

API: gst_byte_reader_peek_sub_reader()
API: gst_byte_reader_get_sub_reader()
2014-08-15 10:03:26 +01:00
..
elements concat: Add unit tests for concat element 2014-08-12 15:39:09 +03:00
generic check: fix position unit test 2013-05-30 07:03:40 +02:00
gst tests: caps: add check for caps with features intersection 2014-08-09 11:03:01 -03:00
libs bytereader: add gst_byte_reader_peek_sub_reader() and _get_sub_reader() 2014-08-15 10:03:26 +01:00
pipelines tests: Add missing unrefs of objects after use 2014-08-06 13:47:11 +02:00
tools Fix FSF address 2012-11-03 20:44:48 +00:00
.gitignore tests: add check for gst-inspect --exists functionality 2012-09-01 23:02:10 +01:00
Makefile.am concat: Add unit tests for concat element 2014-08-12 15:39:09 +03:00