Bug 115801 - [GStreamer] Fullscreen video playback does not work in Wayland
Summary: [GStreamer] Fullscreen video playback does not work in Wayland
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 81456
  Show dependency treegraph
 
Reported: 2013-05-08 07:20 PDT by Iago Toral
Modified: 2014-03-05 00:12 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Iago Toral 2013-05-08 07:20:12 PDT
Current implementation in WebCore/platform/graphics/gstreamer/GStreamerGWorld.cpp expects a GStreamer sink that implements the video overlay interface for the fullscreen mode, but GStreamer's  waylandsink from gst-plugins-bad does not implement this interface yet

If waylandsink supports the video overlay interface in the future the code in WebCore/platform/graphics/gstreamer/PlatformVideoWindowGtk.cpp should be updated to support Wayland windows (current implementation only supports X).
Comment 1 Philippe Normand 2014-03-05 00:02:43 PST
We removed native fullscreen video display support. Fullscreen display is now the video element itself being scaled up (IIRC). Perhaps this bug can be closed then?
Comment 2 Iago Toral 2014-03-05 00:12:14 PST
Since we do not depend on the native window system anymore the problem does not exist any more. Closing.