configmgr: Use a proper LanguageTag-based locale fallback mechanism.
[LibreOffice.git] / avmedia / README
blob32155b2ac1cf226f1dc13b676262f291dcede575
1 Audio/Video media implementation.
3 Provides per-platform implementations of multimedia functionality.
4 Currently no stream API is provided, only a URI based one, so
5 streaming has to be wrapped around it via temp files.
7 Also provides (in source/framework/mediacontrol.cxx) an implementation
8 of the graphical media playback control that appears in the toolbar /
9 mediaobject bar when media is selected under the .uno:AVMediaToolBox
10 item.
12 == avmedia/gstreamer ==
14 The avmedia component is implementation of manager service defined in
15 offapi/com/sun/star/media/. Radek has added implementation based on
16 gstreamer so that we can add audio and video files into impress
17 presentation on Linux with gstreamer.
19 The implementation is pretty straightforward, sometimes it has
20 problems when gstreamer installation is incomplete.
22 In the beginning the media files were not embedded, Thorsten added
23 support for that later.
25 FUTURE work: it might be worthwhile to revamp the avmedia UI