Skip to content
Snippets Groups Projects
  1. Mar 28, 2018
  2. Mar 16, 2018
  3. Mar 01, 2018
  4. Feb 20, 2018
  5. Feb 08, 2018
  6. Jan 30, 2018
  7. Jan 12, 2018
    • Michael Tretter's avatar
      vaapipostproc: lock ensure_filter with postproc_lock · fdf70ba1
      Michael Tretter authored and Víctor Manuel Jáquez Leal's avatar Víctor Manuel Jáquez Leal committed
      gst_vaapipostproc_ensure_filter might free the allowed_srcpad_caps
      and allowed_sinkpad_caps. This can race with copying these caps in
      gst_vaapipostproc_transform_caps and lead to segfaults.
      
      The gst_vaapipostproc_transform_caps function already locks
      postproc_lock before copying the caps. Make sure that calls to
      gst_vaapipostproc_ensure_filter also acquire this lock.
      fdf70ba1
  8. Dec 07, 2017
  9. Oct 19, 2017
  10. Sep 26, 2017
  11. Sep 25, 2017
  12. Sep 18, 2017
  13. Sep 15, 2017
  14. Aug 24, 2017
Loading