Bug 39300 - [GStreamer] PlatformMedia support
Summary: [GStreamer] PlatformMedia support
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 39202
  Show dependency treegraph
 
Reported: 2010-05-18 10:31 PDT by Philippe Normand
Modified: 2010-05-20 23:12 PDT (History)
4 users (show)

See Also:


Attachments
Basic support for PlatformMedia in the gst player (9.44 KB, patch)
2010-05-18 11:23 PDT, Philippe Normand
no flags Details | Formatted Diff | Diff
Basic support for PlatformMedia in the gst player (9.45 KB, patch)
2010-05-18 11:29 PDT, Philippe Normand
eric.carlson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2010-05-18 10:31:20 PDT
To support fullscreen (mostly like) the other players the gst player needs to implement the platformMedia method. It could return a new type of object capable of supporting the platform-dependant windowing system (NSView, GtkWidget,...) thanks to the gst xoverlay interface.

I have 2 patches:

- 1 adding a new GStreamerGWorld object, hold by the player
- 1 adding support for gst xoverlay in GStreamerGWorld.
Comment 1 Philippe Normand 2010-05-18 11:23:30 PDT
Created attachment 56392 [details]
Basic support for PlatformMedia in the gst player
Comment 2 Philippe Normand 2010-05-18 11:25:30 PDT
(In reply to comment #1)
> Created an attachment (id=56392) [details]
> Basic support for PlatformMedia in the gst player

I will wait for the second patch. I marked this one for review so I can get some feedback and hopefully submit a second patch adding the fullscreen logic to the player.
Comment 3 WebKit Review Bot 2010-05-18 11:25:48 PDT
Attachment 56392 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebCore/platform/graphics/gstreamer/GStreamerGWorld.cpp:22:  You should add a blank line after implementation file's own header.  [build/include_order] [4]
WebCore/platform/graphics/gstreamer/GStreamerGWorld.h:27:  Alphabetical sorting problem.  [build/include_order] [4]
Total errors found: 2 in 7 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Philippe Normand 2010-05-18 11:29:30 PDT
Created attachment 56393 [details]
Basic support for PlatformMedia in the gst player
Comment 5 Philippe Normand 2010-05-20 23:12:14 PDT
Landed in http://trac.webkit.org/changeset/59915
Thanks!