diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 08:43:21 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-26 20:37:59 +0000 |
commit | 5ad636acc61eabd8123bea5b203e2c49a80f9ce3 (patch) | |
tree | c628b885d8e308a58cc4676f380bae5790b3d1f0 /avmedia/source | |
parent | 19882e0c7daeaa16cbdbca2838064d4ad8762649 (diff) |
Fix typos
Change-Id: Idbf0aa261b829e83d4c08a2e989a4ced871dc6de
Reviewed-on: https://gerrit.libreoffice.org/35616
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'avmedia/source')
-rw-r--r-- | avmedia/source/gstreamer/gstplayer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/source/gstreamer/gstplayer.cxx b/avmedia/source/gstreamer/gstplayer.cxx index 50fa9b4cb1dc..26b712441692 100644 --- a/avmedia/source/gstreamer/gstplayer.cxx +++ b/avmedia/source/gstreamer/gstplayer.cxx @@ -614,7 +614,7 @@ void Player::preparePlaybin( const OUString& rURL, GstElement *pSink ) mpPlaybin = gst_element_factory_make( "playbin", nullptr ); //tdf#96989 on systems with flat-volumes setting the volume directly on the - //playbin to 100% results in setting the global volums to 100% of the + //playbin to 100% results in setting the global volume to 100% of the //maximum. We expect to set as % of the current volume. mpVolumeControl = gst_element_factory_make( "volume", nullptr ); GstElement *pAudioSink = gst_element_factory_make( "autoaudiosink", nullptr ); |