gstreamer/tests/check
Wim Taymans ac216fcfdd libs/gst/base/gstbasesrc.c: Update docs. blocksize == 0 now means the default blocksize when working in push based mode.
Original commit message from CVS:
* libs/gst/base/gstbasesrc.c: (gst_base_src_class_init),
(gst_base_src_wait), (gst_base_src_update_length),
(gst_base_src_get_range), (gst_base_src_default_check_get_range),
(gst_base_src_check_get_range), (gst_base_src_pad_check_get_range),
(gst_base_src_loop), (gst_base_src_start),
(gst_base_src_activate_pull):
Update docs.
blocksize == 0 now means the default blocksize when working in push
based mode.
Remove some pointless asserts in _wait function.
Fix offset/length calculations and EOS handling. We can now pull 0
bytes as well, which is allowed.
use _check_get_range() to decide if we can operate in _pull based
mode.
Fix refcounting leak when check_get_range function was not
implemented.
API GstBaseSrc::blocksize range can be 0 too now (default)
* tests/check/elements/filesrc.c: (GST_START_TEST),
(filesrc_suite):
Added check to test _get_range() behaviour.
2006-07-06 15:46:25 +00:00
..
elements libs/gst/base/gstbasesrc.c: Update docs. blocksize == 0 now means the default blocksize when working in push based mode. 2006-07-06 15:46:25 +00:00
generic moap ignore 2006-07-02 22:20:20 +00:00
gst No point in checking if the size of the subbuffer > 0, the code handles it correclty as demonstrated by unit test. 2006-07-05 17:09:18 +00:00
libs moap ignore 2006-07-02 22:20:20 +00:00
pipelines moap ignore 2006-07-02 22:20:20 +00:00
.gitignore ignore more; fix README 2005-06-17 08:59:41 +00:00
Makefile.am remove double var 2006-07-02 22:28:38 +00:00