avmedia/source/gstreamer/gstplayer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ce70dfe2ba577b3c49363c7218e4519611335edb Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Jun 9 07:25:07 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sun Jun 9 10:14:17 2019 +0200 Fix typo Change-Id: If234124feaf85cdac60f27a91480893c1e57878c Reviewed-on: https://gerrit.libreoffice.org/73729 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/avmedia/source/gstreamer/gstplayer.cxx b/avmedia/source/gstreamer/gstplayer.cxx index 570a6fe02fe5..63c88b712424 100644 --- a/avmedia/source/gstreamer/gstplayer.cxx +++ b/avmedia/source/gstreamer/gstplayer.cxx @@ -926,7 +926,7 @@ uno::Reference< ::media::XPlayerWindow > SAL_CALL Player::createPlayerWindow( co SAL_WARN("avmedia.gstreamer", "Couldn't initialize qwidget5videosink." " Video playback might not work as expected." " Please install Qt5 packages for QtGStreamer."); - // with no videosink explicitly set, GStreamer will open it's own (misplaced) window(s) to display video + // with no videosink explicitly set, GStreamer will open its own (misplaced) window(s) to display video } } #endif _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
