Skip to content
Snippets Groups Projects
  1. Dec 03, 2019
  2. Nov 29, 2019
  3. Nov 28, 2019
  4. Nov 21, 2019
  5. Nov 18, 2019
  6. Nov 17, 2019
  7. Nov 14, 2019
  8. Nov 05, 2019
    • Sebastian Dröge's avatar
      videorate: Fix max-duplication-time handling · e9f752f5
      Sebastian Dröge authored and Tim-Philipp Müller's avatar Tim-Philipp Müller committed
      Previously this would've only set discont=TRUE and then for all future
      buffers simply returned immediately.
      
      Instead we also need to
        a) drain previous input until its buffer time
        b) update next_ts and base_ts accordingly for the gap
        c) actually store the new buffer after the gap so it can be used in
           the future and so the old buffer before the gap is gone
      
      Also update the unit test accordingly so that it actually tests for this
      behaviour. Previously it only tested that after the gap we got no output
      at all.
      e9f752f5
    • Matthew Waters's avatar
      gl/gbm: ensure we call the resize callback before attempting to draw · dceaa4dd
      Matthew Waters authored and Tim-Philipp Müller's avatar Tim-Philipp Müller committed
      Without this, sinks will not be notified about size changes or even the
      initial size and would render at 0x0.
      dceaa4dd
  9. Oct 24, 2019
  10. Oct 10, 2019
  11. Oct 05, 2019
  12. Oct 01, 2019
  13. Sep 23, 2019
  14. Sep 19, 2019
  15. Sep 08, 2019
  16. Sep 02, 2019
    • Qi Hou's avatar
      audiodecoder: fix ctitical info assertion 'GST_IS_CAPS (dec->priv->ctx.caps)' failed · 659ba806
      Qi Hou authored and Tim-Philipp Müller's avatar Tim-Philipp Müller committed
      Matroskademux will send gap event when lag of video and audio is over 3 seconds.
      audiodecoder needs to handle gap event and set default output caps.
      Only audio info is set, while output caps is ignored. This cause the assertion failed.
      
      Need to fill output caps in gst_audio_decoder_negotiate_default_caps() with
      negotiated caps to avoid critical info printed when check it later.
      659ba806
  17. Aug 24, 2019
  18. Aug 20, 2019
  19. Aug 12, 2019
  20. Aug 11, 2019
Loading