François Laignel

Results 33 issues of François Laignel

@pdeljanov: many thanks for the awesome crates! I'm working on a Symphonia based GStreamer plugin ([WIP branch](https://gitlab.freedesktop.org/fengalin/gst-plugins-rs/-/tree/symphonia)). So far, I've integrated the FLAC and MP3 decoders, which can already be...

Note these special cases: * Constructors returning the `Result` in a closure passed as an argument. * Constructors returning a type with `conversion_type` variant `Result`.

enhancement

See the manual changes in https://github.com/gtk-rs/gtk-rs/pull/11/commits/b05e10fee72a620d8d714122dae7623bf6f32540. Could be handled together with https://github.com/gtk-rs/gir/issues/979.

[This guide](https://developer.gnome.org/glib/unstable/glib-I18N.html) indicates the procedure to initialize the text domain for translations, however I can't find the functions `setlocale`, `bindtextdomain` & `textdomain` in `gtk-rs/glib` even though the [`dgettext`](http://gtk-rs.org/docs/glib/fn.dgettext.html) variants are...

documentation
glib

The followings are not part of the benches yet: - double buffering mechanism. - playback pipeline interactions. - playback position query. This one is necessary to verify if the interpolation...

It seems like subtitle handling is now (re)activated in the Matroska mux element, but this causes the application to hang.

bug