[Webkit-unassigned] [Bug 44098] [EFL] Support to enable HTML5's Video based on gstreamer in WebKit-EFL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 24 05:13:28 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=44098


Gyuyoung Kim <gyuyoung.kim at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #64571|0                           |1
        is obsolete|                            |
  Attachment #64571|review?, commit-queue?      |
               Flag|                            |
  Attachment #65257|                            |review?, commit-queue?
               Flag|                            |




--- Comment #7 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2010-08-24 05:13:27 PST ---
Created an attachment (id=65257)
 --> (https://bugs.webkit.org/attachment.cgi?id=65257)
Patch

Hello Rafael,

I modify this patch according to your point. I add ENABLE_GLIB_SUPPORT condition for ENABLE_VIDEO as below,

383 +IF (ENABLE_VIDEO)
384 +  SET(ENABLE_GLIB_SUPPORT 1)
385 +  MESSAGE("Forcing Glib support")
386 +ENDIF()  
387 +

I tested this patch in http://www.html5demos.com/video. Video is played on EWebLauncher.
However, video should be tested further. So, I cannot enable video as default yet.

Unfortunately, recently, gtk guy added a patch for fullscreen video. The patch influences on this patch. So,I need to solve the problem first. I make a bug for the issue. (https://bugs.webkit.org/show_bug.cgi?id=44508). I think this bug can be reviewed after finishing the new bug.

Thanks,
Gyuyoung Kim

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list