Title: [98555] trunk/Source/WebCore
Revision
98555
Author
[email protected]
Date
2011-10-27 05:37:41 -0700 (Thu, 27 Oct 2011)

Log Message

Unreviewed, remove those un-needed files committed by error in
r98554.

* platform/audio/gstreamer/#AudioFileReaderGStreamer.h#: Removed.
* platform/audio/gstreamer/.#AudioFileReaderGStreamer.h: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (98554 => 98555)


--- trunk/Source/WebCore/ChangeLog	2011-10-27 12:31:44 UTC (rev 98554)
+++ trunk/Source/WebCore/ChangeLog	2011-10-27 12:37:41 UTC (rev 98555)
@@ -1,3 +1,11 @@
+2011-10-27  Philippe Normand  <[email protected]>
+
+        Unreviewed, remove those un-needed files committed by error in
+        r98554.
+
+        * platform/audio/gstreamer/#AudioFileReaderGStreamer.h#: Removed.
+        * platform/audio/gstreamer/.#AudioFileReaderGStreamer.h: Removed.
+
 2011-10-27  Philippe Normand  <[email protected]> and Zan Dobersek  <[email protected]>
 
         [GStreamer] WebAudio AudioFileReader implementation

Deleted: trunk/Source/WebCore/platform/audio/gstreamer/#AudioFileReaderGStreamer.h# (98554 => 98555)


--- trunk/Source/WebCore/platform/audio/gstreamer/#AudioFileReaderGStreamer.h#	2011-10-27 12:31:44 UTC (rev 98554)
+++ trunk/Source/WebCore/platform/audio/gstreamer/#AudioFileReaderGStreamer.h#	2011-10-27 12:37:41 UTC (rev 98555)
@@ -1,36 +0,0 @@
-/*
- *  Copyright (C) 2011 Igalia S.L
- *  Copyright (C) 2011 Zan Dobersek  <[email protected]>
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Lesser General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Lesser General Public License for more details.
- *
- *  You should have received a copy of the GNU Lesser General Public
- *  License along with this library; if not, write to the Free Software
- *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
- */
-
-#ifndef AudioFileReaderGStreamer_h
-#define AudioFileReaderGStreamer_h
-
-
-typedef struct _GstAppSink GstAppSink;
-
-namespace WebCore {
-
-class AudioBus;
-
-PassOwnPtr<AudioBus> createBusFromAudioFile(const char* filePath, bool mixToMono, float sampleRate);
-PassOwnPtr<AudioBus> createBusFromInMemoryAudioFile(const void* data, size_t dataSize, bool mixToMono, float sampleRate);
-
-
-} // namespace WebCore
-
-#endif // AudioFileReaderGStreamer_h

Deleted: trunk/Source/WebCore/platform/audio/gstreamer/.#AudioFileReaderGStreamer.h (98554 => 98555)


--- trunk/Source/WebCore/platform/audio/gstreamer/.#AudioFileReaderGStreamer.h	2011-10-27 12:31:44 UTC (rev 98554)
+++ trunk/Source/WebCore/platform/audio/gstreamer/.#AudioFileReaderGStreamer.h	2011-10-27 12:37:41 UTC (rev 98555)
@@ -1 +0,0 @@
-link [email protected]:1318523327
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to