François Laignel
François Laignel
Instead of using flags indicating whether the `WaveformBuffer` has already been handled, it should be possible to use dedicated `Buffer` queues for each `WaveformBuffer`. `Buffer`s memory would not be duplicated...
While it should be possible to avoid copying the `gst::Buffer`s, we are bound to keeping the history mechanism as we need it to render with new sample steps after a...
Wait for gst-plugins-good 1.13 availability so that export to Matroska is operational.
See work done as part of [media-toc-player](https://github.com/fengalin/media-toc-player). E.g.: https://github.com/fengalin/media-toc-player/commit/d23ebe16ea60d01efac645a3a128dd4ecf837040
It might as well be related to the playbin element since there doesn't seem to be any recent changes to matroskamux WRT subtitles.
Still applicable for GStreamer git master as of 20190626.
Use http://gtk-rs.org/docs/gtk/struct.CssProvider.html then http://gtk-rs.org/docs/gtk/struct.StyleContext.html#method.add_provider_for_screen
Hi @skydig ! Yes, that would be an issue with [`gettext-rs`](https://github.com/Koka/gettext-rs). Unfortunately, I can't help much as I don't have any Windows box at hand ATM. Did you install the...
@skydig: I just pushed 2521d27250d7c07d73acc6449a863c6674cbd0f8, which removes the dependency on `gettext-rs` by default. You can try it from `master`. Tell me if it works for you. Localization support can be...