Skip to content

Stoker

Compare
Choose a tag to compare
@fengalin fengalin released this 10 Feb 14:16

New Functionalities

  • Allow selecting the audio / video streams to display (#46).
  • Optionally specify the media to open on the command line (#82).

Other Improvements & Fixes

  • Adapt waveform time indicators to HiDPI screens (#68).
  • Miscellaneous improvements to the chapters list: add an auto scrollbar (bbd60d3) & align times to the right (c03a4cb).
  • Avoid briefly selecting previous chapter when clicking on a different chapter (8a40124).
  • Avoid some image copies during waveform rendering (8ac48b8).
  • Handle capabilities changes for the audio stream (#23).
  • Switch to Rust stable toolchain (119e1f7).
  • Add CI for macOS (9d9fc87, 4af2e83 & 4af2e83).
  • Upgrade minimum GTK requirements to 3.18 (9d9fc87 & 5491ba2).

Limitations

  • Exporting the TOC to a Matroska container requires this patch. The patch should be included in the 1.14 release of gst-plugins-good. Meanwhile, you can use mkvmerge as explained in this how-to.
  • decodebin3, the GStreamer decoding element used for media playback, enters a loop after the end of stream which causes high CPU usage. A patch was submitted and should be included in release 1.14 of gst-plugins-base.