gstreamer/gst/deinterlace
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
..
tvtime deinterlace: Fix greedyl Orc implementation 2010-09-05 18:42:59 -07:00
gstdeinterlace.c deinterlace: Handle image caps without asserting 2011-02-04 09:38:35 -03:00
gstdeinterlace.h deinterlace: Implement field history flushing 2010-11-12 10:40:51 +00:00
gstdeinterlacemethod.c deinterlace: rewrite how neighboring scan lines are calculated 2011-01-18 11:04:08 +01:00
gstdeinterlacemethod.h deinterlace: convert from liboil to orc 2010-06-08 17:25:34 -07:00
Makefile.am deinterlace: orcify some deinterlacing methods 2010-06-08 17:25:34 -07:00
tvtime-dist.c Update generated orc code 2010-10-15 14:02:57 -07:00
tvtime-dist.h Update generated orc code 2010-10-15 14:02:57 -07:00
tvtime.orc deinterlace: Fix greedyl Orc implementation 2010-09-05 18:42:59 -07:00