Skip to content
Snippets Groups Projects
  1. Jul 14, 2017
  2. Jul 13, 2017
  3. Jul 12, 2017
  4. Jul 09, 2017
  5. Jul 05, 2017
  6. Jul 04, 2017
  7. Jun 20, 2017
  8. Jun 17, 2017
    • Vivia Nikolaidou's avatar
      splitmux: Drop allocation queries · 7894fb37
      Vivia Nikolaidou authored
      They can cause us to deadlock, while we're waiting for a new frame and
      upstream is waiting for the allocation query to be answered before
      sending a frame
      
      https://bugzilla.gnome.org/show_bug.cgi?id=783753
      7894fb37
    • Sebastian Dröge's avatar
      rtspsrc: Use a mutex for protecting against concurrent send/receives · 4c7fad2d
      Sebastian Dröge authored
      We currently send data to the RTSP connection from multiple threads:
      whenever a command is to be handled and whenever RTCP is generated. This
      can cause data corruption or worse if both happen at the same time.
      
      As such, protect gst_rtsp_connection_send() and gst_rtsp_connection_receive()
      calls with a mutex. While this means that we hold a mutex during the IO
      operation, this is not actually a problem as the IO operation can be
      interrupted (gst_rtsp_connection_flush()) at any time and is blocking by
      itself anyway.
      4c7fad2d
  9. Jun 15, 2017
    • Sebastian Dröge's avatar
      qtmux: Un-merge the last two stsc entries after serializing · 0421fb04
      Sebastian Dröge authored
      The last entry will most likely get new samples added to it in "robust"
      muxing mode, changing the samples_per_chunk and thus making it wrong to
      keep the last two entries merged. It will run into an assertion later
      when adding a new sample to the chunk.
      
      Thanks to gdiener@cardinalpeak.com for the analysis of the bug and
      proposal for a solution.
      0421fb04
  10. Jun 13, 2017
  11. Jun 12, 2017
  12. Jun 02, 2017
  13. May 29, 2017
  14. May 12, 2017
  15. May 09, 2017
  16. May 08, 2017
  17. May 04, 2017
  18. May 02, 2017
  19. Apr 27, 2017
  20. Apr 25, 2017
  21. Apr 24, 2017
  22. Apr 21, 2017
Loading