mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
cb527623a3
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 |
||
---|---|---|
.. | ||
tvtime | ||
gstdeinterlace.c | ||
gstdeinterlace.h | ||
gstdeinterlacemethod.c | ||
gstdeinterlacemethod.h | ||
Makefile.am | ||
tvtime-dist.c | ||
tvtime-dist.h | ||
tvtime.orc |