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

upipe-modules: make all pipes throw ready and dead events #1045

Merged
merged 1 commit into from
Dec 7, 2024

Conversation

JDarnley
Copy link
Contributor

A small FYI.

I found these files by searching for all files which matched 'UPIPE_HELPER|upipe_throw_ready|upipe_throw_dead' meaning they were probably the main files for pipes. Then I filtered that list for files which did not match 'upipe_throw_dead' or 'upipe_throw_ready'.

Specifically I ran these commands:

vim $(rg --files-without-match upipe_throw_ready -- $(rg -l 'UPIPE_HELPER|upipe_throw_ready|upipe_throw_dead' lib/))
vim $(rg --files-without-match upipe_throw_dead -- $(rg -l 'UPIPE_HELPER|upipe_throw_ready|upipe_throw_dead' lib/))

@cmassiot cmassiot merged commit b42e4f4 into Upipe:master Dec 7, 2024
8 checks passed
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.

2 participants