Skip to content
Snippets Groups Projects
  1. Dec 06, 2020
  2. Dec 05, 2020
  3. Dec 04, 2020
  4. Dec 02, 2020
  5. Nov 19, 2020
  6. Nov 11, 2020
  7. Nov 10, 2020
  8. Nov 09, 2020
  9. Nov 05, 2020
    • He Junyan's avatar
      gluploadelement: Avoid race condition of inside upload creation. · 2cfa9298
      He Junyan authored and Tim-Philipp Müller's avatar Tim-Philipp Müller committed
      The operations for the inside GstGLUploadElement->upload have race
      condition. The _transform_caps() will creates this object if it does
      not exist, while the _stop() and change_state() can destroy this object.
      The _transform_caps() is called by the gst_base_transform_query(),
      so it does not hold the stream lock. It may use the upload while the
      _stop() and change_state() has already destroy that object, and then
      crash.
      
      Fix: #645
      Part-of: <gstreamer/gst-plugins-base!920>
      2cfa9298
  10. Nov 04, 2020
  11. Nov 02, 2020
  12. Oct 30, 2020
  13. Oct 29, 2020
  14. Oct 27, 2020
  15. Oct 26, 2020
  16. Oct 22, 2020
  17. Oct 17, 2020
  18. Oct 14, 2020
Loading