0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/plugins/obs-filters
jp9000 78d5e27abe obs-filters: Reset cx/cy/mul/add crop vals in tick, not render
To first render the filter, the width/height values must be set, but
currently they're only set in the render function, which means that the
crop filter can never be rendered when the program first starts up.
This would cause the filter to fail to render at all under those
circumstances.

This patch moves the calculations from render to tick to ensure that
they're always called and the values are always set.
2015-11-20 14:07:14 -08:00
..
data Add latest translations from Crowdin 2015-11-16 21:04:55 +01:00
async-delay-filter.c (API Change) libobs: Pass type data to get_name callbacks 2015-09-16 09:21:12 -07:00
chroma-key-filter.c obs-filters: Null check filter->effect instead of filter 2015-10-12 23:21:45 +02:00
CMakeLists.txt obs-filters: Add gain filter 2015-06-26 06:11:54 -07:00
color-filter.c obs-filters: Null check filter->effect instead of filter 2015-10-12 23:21:45 +02:00
color-key-filter.c obs-filters: Null check filter->effect instead of filter 2015-10-12 23:21:45 +02:00
crop-filter.c obs-filters: Reset cx/cy/mul/add crop vals in tick, not render 2015-11-20 14:07:14 -08:00
gain-filter.c (API Change) libobs: Pass type data to get_name callbacks 2015-09-16 09:21:12 -07:00
mask-filter.c (API Change) libobs: Pass type data to get_name callbacks 2015-09-16 09:21:12 -07:00
noise-gate-filter.c (API Change) libobs: Pass type data to get_name callbacks 2015-09-16 09:21:12 -07:00
obs-filters.c obs-filters: Add gain filter 2015-06-26 06:11:54 -07:00
scroll-filter.c (API Change) libobs: Pass type data to get_name callbacks 2015-09-16 09:21:12 -07:00
sharpness-filter.c obs-filters: Null check filter->effect instead of filter 2015-10-12 23:21:45 +02:00