gstreamer/tests/check
Thiago Santos cb527623a3 deinterlace: Handle image caps without asserting
Images might have framerate=0/1 in the caps, which caused an
assertion on deinterlace. I don't know of interlaced image formats
but deinterlace might be hardcoded on some generic pipelines and
it shouldn't assert.

The fix was to set field_duration to 0 if the input has a framerate
with a 0 numerator.

This patch also adds checks for this situation on the unit tests.

https://bugzilla.gnome.org/show_bug.cgi?id=641400
2011-02-04 09:38:35 -03:00
..
elements deinterlace: Handle image caps without asserting 2011-02-04 09:38:35 -03:00
generic tests: allow running state tests for all elements 2010-09-09 21:49:43 +03:00
pipelines wavenc: Fix memory leaks in the unit test 2010-12-19 11:02:41 +01:00
.gitignore tests: ignore sub-directory with orc tests 2010-06-17 16:41:56 +01:00
gst-plugins-good.supp Add a few libjpeg suppressions and initialize a variable to make smokeenc valgrind clean. Fixes bug #515701. 2008-02-12 05:14:16 +00:00
Makefile.am tests: never disable g_assert() and cast checks for the unit tests 2011-01-07 01:11:02 +00:00