This commit is contained in:
Vasiliy Doylov 2025-06-21 13:33:32 +03:00
parent d0920db024
commit 6baa8a6f8a
Signed by: NekoCWD
GPG key ID: B7BE22D44474A582

View file

@ -35,7 +35,6 @@ public class EyeNeko.Elements.Downscale : BinBase {
switch (event.type) {
// Reset capsfilter on stream start/stop
case Gst.EventType.STREAM_START :
case Gst.EventType.STREAM_COLLECTION:
filter.capsfilter.set_property ("caps", new Gst.Caps.any ());
break;
case Gst.EventType.CAPS: