diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2019-10-01 08:05:57 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2019-10-01 09:11:57 +0200 |
commit | 2113f3e7ee0ca5c07f224a54b627777b3a7b5fb0 (patch) | |
tree | 2389d08f18cf7ce108b1d1c0fc1f97bb22ebf54b /avmedia | |
parent | 8c0059e1c997d08133cb691c1daad8693d991d2f (diff) |
Minor comment/README update wrt "kde5" and "gtk" VCL plugins
"kde5" was renamed to "kf5" and "gtk" (i.e. gtk2) VCL plugin
was removed in commit 1ae450504cf57457f9702684b1517fda1dd3c481.
Change-Id: I294d2463fa77d6a740fc0a43039b5e6a2653846c
Reviewed-on: https://gerrit.libreoffice.org/79908
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'avmedia')
-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 4f1bf6665166..44e7a04dedf1 100644 --- a/avmedia/source/gstreamer/gstplayer.cxx +++ b/avmedia/source/gstreamer/gstplayer.cxx @@ -854,7 +854,7 @@ uno::Reference< ::media::XPlayerWindow > SAL_CALL Player::createPlayerWindow( co OUString aPlatform = OUString::createFromAscii(pEnvData->pPlatformName); // tdf#124027: the position of embedded window is identical w/ the position - // of media object in all other vclplugs (gtk, kde5, gen), in gtk3 w/o gtksink it + // of media object in all other vclplugs (kf5, gen), in gtk3 w/o gtksink it // needs to be translated if (aToolkit == "gtk3") { |