Skip to content

Fix enabled_ifos and rerun formatters

I recently pushed a merge from O4 dev straight to gstreamer_python_upgrade, but accidentally left off a new line which write state->enabled_ifos. That bitset should have 1 in the 2 least significant bits for HL tests. Since it was uninitialized, it worked about 25% of the time. I tracked down the issue by setting GST_DEBUG 6 and adding extra logs where things were fishy.

I've rerun tests and it seems consistent now. I previously compared the changes in O4-dev since the last merge, and the changes in gstreamer_python_upgrade in the last merge, but missed this. If any new issues crop up, I'll give that another shot.

Merge request reports