+2014-01-03 Alex Christensen <achristensen@webkit.org>
+
+ Added GStreamer to list of required tools for compiling webkit.
+ https://bugs.webkit.org/show_bug.cgi?id=126319
+
+ Reviewed by Philippe Normand.
+
+ * building/tools.html:
+ Mentioned that QuickTime and QuickTime SDK are only required for AppleWin.
+ Added GStreamer installers to list of required tools for WinCairo.
+
2013-12-25 Ryosuke Niwa <rniwa@webkit.org>
Add a description about webkit-patch setup-git-clone to checkout.html
<p>If you are behind a proxy you need to do the following to allow cygwin svn to get through the proxy (similar steps are available for your Windows svn):
<ul><li>In bash (Cygwin) run: <code>svn help</code>. This will create in your cygwin home directory the file .subversion/servers.</li>
<li>Edit the file mentioned above and follow the instructions in the file to set up your proxy settings.</li></ul></p>
-<li><p>Install QuickTime SDK and QuickTime</p>
-<p>Download QuickTime SDK for Windows from <a href="http://developer.apple.com/quicktime/download/">http://developer.apple.com/quicktime/download/</a> and install it to the default location (\Program Files\QuickTime SDK). This is needed for media support.
-<p>You'll also want quicktime itself. You don't need it to build but without it media fallbacks won't work. </p>
+<li><p>Install QuickTime SDK and QuickTime or GStreamer</p>
+<p>Download QuickTime SDK for Windows from <a href="http://developer.apple.com/quicktime/download/">http://developer.apple.com/quicktime/download/</a> and install it to the default location (\Program Files\QuickTime SDK). This is needed for media support for the AppleWin port.
+<p>You'll also want quicktime itself. You don't need it to build but without it media fallbacks won't work on the AppleWin port. </p>
+<p>The WinCairo port uses GStreamer for media support. The following files from freedesktop.org are required:</p>
+<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>
+<li><a href="http://gstreamer.freedesktop.org/data/pkg/windows/1.2.1/gstreamer-1.0-x86-1.2.1.msi">gstreamer-1.0-x86-1.2.1.msi</a></li>
+<li><a href="http://gstreamer.freedesktop.org/data/pkg/windows/1.2.1/gstreamer-1.0-devel-x86_64-1.2.1.msi">gstreamer-1.0-devel-x86_64-1.2.1.msi</a></li>
+<li><a href="http://gstreamer.freedesktop.org/data/pkg/windows/1.2.1/gstreamer-1.0-x86_64-1.2.1.msi">gstreamer-1.0-x86_64-1.2.1.msi</a></li></ul>
<li><p>Install DirectX SDK</p>
<p>Download the <a href="http://www.microsoft.com/en-us/download/details.aspx?id=6812">June 2010 DirectX SDK</a> This is needed for accelerated compositing.</p>
</p>