Skip to content
Snippets Groups Projects
  1. Dec 18, 2018
    • Nicolas Dufresne's avatar
      rtph264depay: Drain on EOS event · e694e275
      Nicolas Dufresne authored
      e694e275
    • Nicolas Dufresne's avatar
      rtph264depay: Factor out the code that push · d12128f5
      Nicolas Dufresne authored
      This will be needed to implement draining on EOS.
      d12128f5
    • Nicolas Dufresne's avatar
      rtph26xpay: Remove unused IS_ACCESS_UNIT macro · 5e8cab71
      Nicolas Dufresne authored
      This macro is not longer used. It was secretly checking if that nal was
      a slice, and confusingly name to that one may think it was checking if
      the nal is an AUD.
      5e8cab71
    • Nicolas Dufresne's avatar
      rtph265pay: Fix reading timestamps from adapter · 0a6e5e43
      Nicolas Dufresne authored
      The code was reading the timestamp from the adapter before pushing the
      new buffer into it. As a side effect, if the adapter was empty, we'd end
      up using an older timestamp. In alignment=au, it means that all
      timestamp was likely one frame in the past, while in alignment=nal, with
      multiple slices per frame, the first slice would have the timestamp of
      the previous one.
      0a6e5e43
    • Nicolas Dufresne's avatar
      rtph265pay: Forward the marker bit as buffer flag · ff2e5b94
      Nicolas Dufresne authored
      We have a buffer flag to represent the marker bit (when present).
      Forward this bit by setting the buffer flag accordingly.
      ff2e5b94
    • Nicolas Dufresne's avatar
      rtph265pay: Properly set the marker bit · e721071d
      Nicolas Dufresne authored
      The marker bit is used for efficient decoding. The assumption that
      it should be set on the AUD is wrong, since the AUD is conceptually
      starts the frame, while the marker is to indicate the end.
      
      So properly set the marker bit as soon as we know we are ending an
      AU and also whenever upstream have set the GST_BUFFER_FLAG_MARKER
      flag.
      e721071d
    • Nicolas Dufresne's avatar
      rtph264pay: Fix reading timestamps from adapter · 1f721317
      Nicolas Dufresne authored
      The code was reading the timestamp from the adapter before pushing the
      new buffer into it. As a side effect, if the adapter was empty, we'd end
      up using an older timestamp. In alignment=au, it means that all
      timestamp was likely one frame in the past, while in alignment=nal, with
      multiple slices per frame, the first slice would have the timestamp of
      the previous one.
      1f721317
    • Nicolas Dufresne's avatar
      rtph264pay: Properly set the marker bit · 4add820c
      Nicolas Dufresne authored
      The marker bit is used for efficient decoding. The assumption that
      it should be set on the AUD is wrong, since the AUD is conceptually
      starts the frame, while the marker is to indicate the end.
      
      So properly set the marker bit as soon as we know we are ending an
      AU and also whenever upstream have set the GST_BUFFER_FLAG_MARKER
      flag.
      4add820c
    • Nicolas Dufresne's avatar
      rtph264depay: Forward the marker bit as buffer flag · e4f38c98
      Nicolas Dufresne authored
      We have a buffer flag to represent the marker bit (when present).
      Forward this bit by setting the buffer flag accordingly.
      e4f38c98
    • Nicolas Dufresne's avatar
      rtph264pay: Protect against use of reserved NAL types · 13278fbc
      Nicolas Dufresne authored
      Don't allow external encoder to use one of the reserved NAL type
      implicated in NAL aggreation. These out-of-spec NAL types, if passed
      from the outside world will lead to an invalid RTP payload being
      created.
      13278fbc
    • Seungha Yang's avatar
      tests: Enable unit test on Windows · 7aebe608
      Seungha Yang authored
      Allow run some unit tests on Windows.
      * Remove hardcoded path separator in whitelist env for Meson to choose
        OS-specific separator automatically (i.e., ';' for windows and ':' for *nix)
      * Add dependency explicitly for some test cases, otherwise plugins couldn't be
        loaded on uninstalled environment of Windows.
      7aebe608
    • Seungha Yang's avatar
      meson: Prefer to use join_paths() over '/' · 16af121a
      Seungha Yang authored
      ... to avoid mixing '/' and '\' in a path string on Windows.
      16af121a
    • Jonny Lamb's avatar
      rtpulpfec: stop and start the harness when setting error-after · 9a3e8ad2
      Jonny Lamb authored and Mathieu Duponchelle's avatar Mathieu Duponchelle committed
      gstreamer!55 makes some changes to how the `error-after` counter works
      which breaks this test. This change makes the test not rely on the
      ability to alter `error-after` at runtime and explicitly stops and
      starts the harness before pushing data.
      
      An alternative would be to add another argument to
      `harness_rtpulpfecdec` to set `error-after` on construction but that's
      slightly more long-winded. so I went for this approach instead.
      
      Fixes #532, even though that's already closed.
      9a3e8ad2
    • Mathieu Duponchelle's avatar
      tests: remove rtpaux test · 306d5021
      Mathieu Duponchelle authored and Tim-Philipp Müller's avatar Tim-Philipp Müller committed
      The initial mission statement for this test was:
      
      * demonstrate usage of the request-aux-* signals in rtpbin
      * test the rtx elements
      
      We have examples that serve the first use case, and better
      (harnessed) tests for the second use case.
      
      This test is slow and racy, it served its purpose but can now
      be removed.
      
      Fixes #533
      306d5021
  2. Dec 17, 2018
  3. Dec 15, 2018
  4. Dec 14, 2018
  5. Dec 07, 2018
  6. Dec 06, 2018
  7. Dec 05, 2018
  8. Dec 04, 2018
  9. Nov 30, 2018
Loading