Fix assertion in basetransform when the subclass chooses not to allocate a buffer...
authorJan Schmidt <thaytan@mad.scientist.com>
Sun, 28 Sep 2008 21:19:15 +0000 (21:19 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Sun, 28 Sep 2008 21:19:15 +0000 (21:19 +0000)
commit86db1f680c57f4885370a88a7b8dc2561a3fd2f0
tree697f386b5a40066e7e78c174d6cc39968eec2d32
parentc2552e7d0d610a7784251b509d4c91ed6742f18f
Fix assertion in basetransform when the subclass chooses not to allocate a buffer in prepare_buffer(), and make capsf...

Original commit message from CVS:
* libs/gst/base/gstbasetransform.c:
* plugins/elements/gstcapsfilter.c:
* tests/check/Makefile.am:
* tests/check/elements/.cvsignore:
* tests/check/elements/capsfilter.c:
Fix assertion in basetransform when the subclass chooses not to
allocate a buffer in prepare_buffer(), and make capsfilter error out
cleanly if requested to apply caps that don't completely specify the
buffer. Fixes #551509
ChangeLog
libs/gst/base/gstbasetransform.c
plugins/elements/gstcapsfilter.c
tests/check/Makefile.am
tests/check/elements/.gitignore
tests/check/elements/capsfilter.c [new file with mode: 0644]