Philippe Normand
Philippe Normand
TODO: - [ ] hardware-accelerated rendering: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/588 - [ ] Handle window resizing - [ ] Proper video aspect-ratio handling - [ ] Port fullscreen controls auto-hide code - [...
This looks like a good source of inspiration: https://gitlab.gnome.org/bilelmoussaoui/gtk-rust-template
Would be nice to have keyboard shortcuts for seeking to the next/prev video frame when the player is paused.
Would be nice to have some UI for this GstPlayer API.
Seems like it would simplify some code.
New logo
Current logo could use some improvements. https://github.com/philn/glide/blob/master/data/net.baseart.Glide.svg @aperezdc suggested a paper airplane (= glider) flying out from a clapperboard. Any help appreciated!
With this pipeline the sink starts quite early on to drop buffers gst-launch-1.0 rpicamsrc preview=0 fullscreen=0 ! h264parse ! queue ! omxh264dec ! queue ! glimagesink Setting sync=0 on the...
This is based on #143, with additional fixes. Please review ;)
#### ca9ad5246eb7b0c4748322e75ec909f6c1f616e8 [GStreamer][MediaStream] Additional fixes for disabled video track handling https://bugs.webkit.org/show_bug.cgi?id=243776 Reviewed by NOBODY (OOPS!). The internal audio/video appsrc elements are now named with monotonically increasing id in order to...
Hi! I've been working on a GStreamer plugin wrapping STT. For linux targets at least, it would be very convenient to have a pkg-config file, that's quite the standard way...