Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run a glib main loop for the GStreamer backend #408

Merged
merged 1 commit into from
Nov 18, 2023
Merged

Conversation

mrobinson
Copy link
Member

@mrobinson mrobinson commented Nov 17, 2023

This is a workaround for an issue where GStreamer does not deliver end
of stream signals unless there is a main loop running. See [1] for
more information.

  1. Upgrade GStreamer dependencies and switch to Rust 2021 edition #393 (comment)

Co-authored-by: Víctor Manuel Jáquez Leal vjaquez@igalia.com

@mrobinson mrobinson changed the title Run a glib loop for the GStreamer backend Run a glib main loop for the GStreamer backend Nov 17, 2023
@ceyusa
Copy link
Contributor

ceyusa commented Nov 17, 2023

:( #407

@mrobinson
Copy link
Member Author

Let's land this one as it deals with the client trying to create two backends at once using a synchronous OnceCell. I've added you as a co-author @ceyusa. Thank you!

@mrobinson mrobinson added this pull request to the merge queue Nov 17, 2023
@mrobinson mrobinson removed this pull request from the merge queue due to a manual request Nov 17, 2023
@mrobinson mrobinson added this pull request to the merge queue Nov 17, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Nov 17, 2023
true
});
}

Copy link
Contributor

Choose a reason for hiding this comment

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

all this has to go after line 117

This is a workaround for an issue where GStreamer does not deliver end
of stream signals unless there is a main loop running. See [1] for
more information.

1. #393 (comment)

Co-authored-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
@mrobinson mrobinson added this pull request to the merge queue Nov 18, 2023
Merged via the queue into main with commit 10e4ea0 Nov 18, 2023
2 checks passed
@mrobinson mrobinson deleted the run-main-loop branch November 18, 2023 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants