3 Jun
2024
3 Jun
'24
5:47 a.m.
Elizabeth Figura (@zfigura) commented about dlls/winegstreamer/wg_transform.c:
return GST_FLOW_ERROR; }
- if (transform->output_caps_changed) + if (transform->output_caps_changed && transform->attrs.allow_size_change)
I was under the impression that H.264 included caps changes that weren't related to size. If that's true, then "allow_size_change" should probably be renamed to "allow_format_change" or "report_format_change". If not, then "output_caps_changed" should be renamed to "output_size_changed", with the code changes that implies. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5732#note_72160