Skip to content
Snippets Groups Projects
  1. Aug 06, 2020
  2. Aug 05, 2020
  3. Aug 04, 2020
  4. Aug 03, 2020
  5. Aug 01, 2020
  6. Jul 31, 2020
  7. Jul 30, 2020
    • Alexandre Janniaux's avatar
      libvlc: VideoHelper: configure VideoTexture correctly · ec2b3edf
      Alexandre Janniaux authored
      The view to setup can be either mSurfaceVideo or mSurfaceTexture but
      mSurfaceVideo was unconditionnaly setup and mSurfaceTexture was never
      setup. In addition, the SurfaceTexture was extracted from the
      TextureView before it's creation so it was null.
      
      Instead, only setup the SurfaceTexture from the listener call and use
      an intermediate variable to configure the correct surface.
      
      fix #1359
      ec2b3edf
Loading