Skip to content
This repository was archived by the owner on Nov 27, 2022. It is now read-only.

Conversation

@peat-psuwit
Copy link

Due to a regression in wds, there's a test in Aethercast that make sure wds sorts video format correctly. Ubuntu patched it with a distribution patch. However, our import, being in Debian-native mode, doesn't take that patch into account. This causes Aethercast to FTBFS.

This PR brings in the fixing commit by merging. This very same commit is already in a pull request to upstream [1]. Doing this helps reduce the chance of merge conflict in the future.

[1] intel#191

Commit 18e54e7 (Fix video formats
handling code) converts "operator <" to sort comparision function
itself. However, it doesn't invert the operator inside it. This means
now video formats are sorted from small to large instead of from large
to small.

This commit inverts the operator inside the function, so that it now
sort correctly.
Copy link
Member

@mariogrip mariogrip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@mariogrip mariogrip merged commit 397f2b7 into xenial Nov 22, 2019
@mariogrip mariogrip deleted the xenial_-_fix-aethercast branch November 22, 2019 22:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants