mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-11 23:43:15 +00:00
06fdc7b897
This patch implements a simple Qt-based media player which is actually a graphical user interface for the SDL-based 'avplay' media player from 'libav'. It starts 'avplay' as a child and shows its graphical output in a 'QNitpickerViewWidget'. The widgets for controlling the player state send the according keyboard and mouse input events to 'avplay'. The 'qt_avplay' player supports the following configuration options: <mediafile name="..."/> -> name of the media file to play <framebuffer_filter name="..." ram_quota="..."/> (may appear multiple times) -> name of a framebuffer filter service to filter the video output Fixes #222. |
||
---|---|---|
.. | ||
audio_out_session | ||
blit | ||
block | ||
block_session | ||
dde_kit | ||
file_system_session | ||
framebuffer_session | ||
gpu | ||
init | ||
input | ||
input_session | ||
ldso | ||
loader_session | ||
net | ||
nic | ||
nic_session | ||
nitpicker_gfx | ||
nitpicker_session | ||
nitpicker_view | ||
os | ||
packet_stream_rx | ||
packet_stream_tx | ||
pci_device | ||
pci_session | ||
platform | ||
terminal_session | ||
timer_session | ||
util | ||
xev_track |