[Webkit-unassigned] [Bug 135766] [WinCairo] Enable GStreamer.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 11 11:38:00 PDT 2014


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





--- Comment #7 from Alex Christensen <achristensen at apple.com>  2014-08-11 11:38:08 PST ---
(From update of attachment 236332)
View in context: https://bugs.webkit.org/attachment.cgi?id=236332&action=review

This looks good except changing the build to require GStreamer and Glib.  I'll try playing with GStreamer on Windows again soon.

> Source/WTF/wtf/Platform.h:859
> +#define WTF_USE_MEDIA_FOUNDATION 0

This is the real issue: I would like to not change the default WinCairo build to use GStreamer.  I'm in favor of all these changes except this line.

> Source/WTF/wtf/Platform.h:860
> +#if !WTF_USE_MEDIA_FOUNDATION

#if USE(MEDIA_FOUNDATION)

> Source/WTF/wtf/Platform.h:861
> +#define WTF_USE_GLIB 1

GLIB is indeed needed with GStreamer otherwise there are compile errors because things are missing.  This is good.

> Websites/webkit.org/building/tools.html:65
> +<ul><li><a href="http://gstreamer.freedesktop.org/data/pkg/windows/1.2.1/gstreamer-1.0-devel-x86-1.2.1.msi">gstreamer-1.0-devel-x86-1.2.1.msi</a></li>

Philippe, does the GTK port still use GStreamer 1.2.1?

-- 
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