Changes between Version 10 and Version 11 of HackingGtk


Ignore:
Timestamp:
Dec 6, 2007 10:26:00 AM (16 years ago)
Author:
alp@atoker.com
Comment:

Add a link to the GStreamer video backend code

Legend:

Unmodified
Added
Removed
Modified
  • HackingGtk

    v10 v11  
    1414
    1515 * Gtk+/Gtk UI platform: [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/platform/gtk WebCore/platform/gtk]
     16
     17 * GTK+ graphics helpers: [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/platform/graphics/gtk WebCore/platform/graphics/gtk] (this is typically for higher-level graphics functionality built on top of the Cairo graphics backend)
    1618
    1719 * "Page/Gtk": [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/page/gtk WebCore/page/gtk]
     
    3840
    3941 * cairo graphics "canvas" element backend: [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/html/CanvasRenderingContext2D.cpp WebCore/html/CanvasRenderingContext2D.cpp] (and a few other files in WebCore/html)
     42
     43 * GStreamer media backend: [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/platform/graphics/gtk/MoviePrivateGStreamer.cpp WebCore/platform/graphics/gtk/MoviePrivateGStreamer.cpp] (has small dependencies on GTK+/Cairo that can be easily abstracted if other ports want to share the GStreamer backend)
    4044
    4145=== Bundled code modules ===