Skip to content
  1. Sep 16, 2019
  2. Sep 09, 2019
  3. Sep 06, 2019
    • Askar Safin's avatar
      gst-player: fix bug with changing playback direction · 21ad51f4
      Askar Safin authored and Tim-Philipp Müller's avatar Tim-Philipp Müller committed
      Fix gst_event_new_seek call in gst-libs/gst/player/gstplayer.c
      
      If rate >= 0.0, then previous code doesn't set end of segment. So, the end of segment
      will be in place where previous seek put it. This is not neccesary end of media file
      (in case of reverse playback). So if we play video backward for some time and then
      switched to forward playing, we will get EOS somewhere in the middle of media file.
      This commit always sets end of segment, thus fixing this bug
      21ad51f4
  4. Sep 02, 2019
  5. Aug 31, 2019
  6. Aug 23, 2019
  7. Aug 21, 2019
  8. Aug 20, 2019
  9. Aug 19, 2019
    • Nirbheek Chauhan's avatar
      rtmp: Fix crash inside free() with MSVC on Windows · ed743952
      Nirbheek Chauhan authored
      librtmp is always built with MinGW in Cerbero, so if the plugin is
      built with MSVC and it frees memory allocated by librtmp, that leads
      to a crash since the CRT used by MinGW and MSVC are different.
      
      This is fixed in master by switching to a newer GCC toolchain which
      has been configured to use the same CRT as newer versions of Visual
      Studio, so there's no cross-CRT memory alloc/free issues.
      
      See: gstreamer/cerbero#164
      ed743952
  10. Aug 16, 2019
  11. Aug 14, 2019
  12. Aug 13, 2019
  13. Aug 12, 2019