gstreamer/tests/check
Tim-Philipp Müller 651061dfd9 libs/gst/base/gsttypefindhelper.c: Fix off-by-one bug that would only allow peeks of N-1 bytes from the start even if...
Original commit message from CVS:
* libs/gst/base/gsttypefindhelper.c: (buf_helper_find_peek):
Fix off-by-one bug that would only allow peeks of N-1 bytes
from the start even if the buffer to typefind on contains
in fact N bytes of data (makes vorbis typefinding from a
vorbis identification header buffer work).
* tests/check/Makefile.am:
* tests/check/libs/.cvsignore:
* tests/check/libs/typefindhelper.c: (GST_START_TEST),
(gst_typefindhelper_suite), (main), (foobar_typefind),
(plugin_init):
Add very basic unit test for gst_type_find_helper_for_buffer()
that checks for the problem fixed above.
2006-05-24 17:11:06 +00:00
..
elements docs/design/part-element-sink.txt: Updated document. 2006-02-02 12:07:48 +00:00
generic tests/check/generic/sinks.c: Fix a variety of memleaks in sinks check, which are only sometimes shown by running the ... 2006-04-05 12:11:20 +00:00
gst gst/gstpad.*: Added _CUSTOM error and success GstFlowReturn that can be used be elements internally. 2006-05-23 11:13:51 +00:00
libs libs/gst/base/gsttypefindhelper.c: Fix off-by-one bug that would only allow peeks of N-1 bytes from the start even if... 2006-05-24 17:11:06 +00:00
pipelines gst/parse/grammar.y: Fix a leak in parse-launch for any source-or-sink named element references used. 2006-04-06 10:38:54 +00:00
.gitignore ignore more; fix README 2005-06-17 08:59:41 +00:00
Makefile.am libs/gst/base/gsttypefindhelper.c: Fix off-by-one bug that would only allow peeks of N-1 bytes from the start even if... 2006-05-24 17:11:06 +00:00