[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

philn at webkit.org philn at webkit.org
Wed Dec 22 18:22:58 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit b6c117b7bedfb5c665f077718d19e60feb68ec76
Author: philn at webkit.org <philn at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 10 10:34:02 2010 +0000

    2010-12-10  Philippe Normand  <pnormand at igalia.com>
    
            Reviewed by Gustavo Noronha Silva.
    
            [GStreamer] un-needed methods
            https://bugs.webkit.org/show_bug.cgi?id=50805
    
            No new tests, code cleanup only.
    
            * platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
            * platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73705 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index a5bcc27..3cd5044 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -27,6 +27,18 @@
 
         Reviewed by Gustavo Noronha Silva.
 
+        [GStreamer] un-needed methods
+        https://bugs.webkit.org/show_bug.cgi?id=50805
+
+        No new tests, code cleanup only.
+
+        * platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
+        * platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h:
+
+2010-12-10  Philippe Normand  <pnormand at igalia.com>
+
+        Reviewed by Gustavo Noronha Silva.
+
         [GStreamer] data: source could also support non-base64 encoded URIs
         https://bugs.webkit.org/show_bug.cgi?id=30007
 
diff --git a/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp b/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
index 7bfdea2..3cddd2e 100644
--- a/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
+++ b/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
@@ -526,21 +526,6 @@ void MediaPlayerPrivateGStreamer::seek(float time)
     }
 }
 
-void MediaPlayerPrivateGStreamer::startEndPointTimerIfNeeded()
-{
-    notImplemented();
-}
-
-void MediaPlayerPrivateGStreamer::cancelSeek()
-{
-    notImplemented();
-}
-
-void MediaPlayerPrivateGStreamer::endPointTimerFired(Timer<MediaPlayerPrivateGStreamer>*)
-{
-    notImplemented();
-}
-
 bool MediaPlayerPrivateGStreamer::paused() const
 {
     return m_paused;
diff --git a/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h b/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h
index 46943ac..11eb81b 100644
--- a/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h
+++ b/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h
@@ -147,10 +147,7 @@ class MediaPlayerPrivateGStreamer : public MediaPlayerPrivateInterface {
 
             void cacheDuration();
             void updateStates();
-            void cancelSeek();
-            void endPointTimerFired(Timer<MediaPlayerPrivateGStreamer>*);
             float maxTimeLoaded() const;
-            void startEndPointTimerIfNeeded();
 
             void createGSTPlayBin();
             bool changePipelineState(GstState state);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list