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

Issue/stream callback #810

Merged
merged 4 commits into from
Aug 9, 2023
Merged

Issue/stream callback #810

merged 4 commits into from
Aug 9, 2023

Commits on Aug 8, 2023

  1. test: test for stream callbacks

    Ensure the stream callbacks are correctly triggered. It is not really a device
    testing feature, but more a mean to ensure there is no regression with respect
    to callback handling in aravis code.
    EmmanuelP committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2a9e19f View commit details
    Browse the repository at this point in the history
  2. gvstream: add missing call DONE stream callback handler

    Every push to the output queue should be paired with a DONE callback trigger, in
    case of the buffers are put back in the input queue by the callback.
    EmmanuelP committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    43771a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8690c3 View commit details
    Browse the repository at this point in the history
  4. uvstream: don't increase underrun counter if buffer still in uvstream

    The underrun counter is supposed to show when there is a shortage of buffers due
    to them being not put back soon enough in the incoming queue. If some of them
    are still in use by the stream thread, it is not an underrun condition.
    EmmanuelP committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    50d8fcc View commit details
    Browse the repository at this point in the history