[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf

philn at webkit.org philn at webkit.org
Tue Jan 5 23:51:48 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit c3e23ad07c6898bd935b97f81f195bfe5dc4384b
Author: philn at webkit.org <philn at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 17 11:14:08 2009 +0000

            Rubber-stamped by Gustavo Noronha Silva.
    
            Trivial WebKit coding style fix.
    
            * platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp:
            (WebCore::MediaPlayerPrivate::paint):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52243 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index f43f4d0..a5b8563 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2009-12-17  Philippe Normand  <pnormand at igalia.com>
+
+        Rubber-stamped by Gustavo Noronha Silva.
+
+        Trivial WebKit coding style fix.
+
+        * platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp:
+        (WebCore::MediaPlayerPrivate::paint):
+
 2009-12-15 MORITA Hajime <morrita at gmail.com>
 
         Reviewed by Eric Seidel.
diff --git a/WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp b/WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp
index a023dae..62397ca 100644
--- a/WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp
+++ b/WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp
@@ -711,7 +711,7 @@ void MediaPlayerPrivate::paint(GraphicsContext* context, const IntRect& rect)
         return;
 
     int width = 0, height = 0;
-    GstCaps *caps = gst_buffer_get_caps(m_buffer);
+    GstCaps* caps = gst_buffer_get_caps(m_buffer);
     GstVideoFormat format;
 
     if (!gst_video_format_parse_caps(caps, &format, &width, &height)) {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list