⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 118610 in webkit


Ignore:
Timestamp:
May 26, 2012, 8:34:56 AM (14 years ago)
Author:
Philippe Normand
Message:

[GStreamer] Remove ImageGStreamerCG implementation
https://bugs.webkit.org/show_bug.cgi?id=87559

The ImageGStreamerCG abstraction is being removed until I manage to
port my gst-mac WebKit branch over to the WebKit2 mac port. No
need to update the XCode project because this file is not
referenced there anyway.

Reviewed by Martin Robinson.

  • platform/graphics/gstreamer/ImageGStreamer.h:

(ImageGStreamer):

  • platform/graphics/gstreamer/ImageGStreamerCG.mm: Removed.
Location:
trunk/Source/WebCore
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r118609 r118610  
     12012-05-25  Philippe Normand  <pnormand@igalia.com>
     2
     3        [GStreamer] Remove ImageGStreamerCG implementation
     4        https://bugs.webkit.org/show_bug.cgi?id=87559
     5
     6        The ImageGStreamerCG abstraction is being removed until I manage to
     7        port my gst-mac WebKit branch over to the WebKit2 mac port. No
     8        need to update the XCode project because this file is not
     9        referenced there anyway.
     10
     11        Reviewed by Martin Robinson.
     12
     13        * platform/graphics/gstreamer/ImageGStreamer.h:
     14        (ImageGStreamer):
     15        * platform/graphics/gstreamer/ImageGStreamerCG.mm: Removed.
     16
    1172012-05-26  Rob Buis  <rwlbuis@webkit.org>
    218
  • trunk/Source/WebCore/platform/graphics/gstreamer/ImageGStreamer.h

    r95901 r118610  
    5757#endif
    5858
    59 #if PLATFORM(MAC)
    60         ImageGStreamer(GstBuffer*&, IntSize);
    61 #endif
    62 
    6359    };
    6460}
Note: See TracChangeset for help on using the changeset viewer.