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

Add RTSP VP8 Reader test #101

Closed
wants to merge 2 commits into from

Commits on Jun 30, 2022

  1. Fix VP8 Reader

    Initialise fragmentedSampleSizeBytes with 0, instead
    of UNSET since we directly add sample size to it.
    
    Change-Id: I9d5735422a4a0eeb2967af93809b879b434e3c57
    basantwanishraddha committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    b5da5f0 View commit details
    Browse the repository at this point in the history
  2. Add RTP VP8 Reader Test

    Update VP8 Reader to handle missing frames/fragments.
    
    Change-Id: I9eede8f1e3a20fb0ff2e7add0dfc60f0780ec769
    basantwanishraddha committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    a17c3a1 View commit details
    Browse the repository at this point in the history