Title: [149021] trunk/Source/WebCore
Revision
149021
Author
ch.du...@sisa.samsung.com
Date
2013-04-24 01:23:27 -0700 (Wed, 24 Apr 2013)

Log Message

Unreviewed build fix with gstreamer 0.10.x after r147555.

* platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.cpp:
(webKitWebAudioSrcLoop):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (149020 => 149021)


--- trunk/Source/WebCore/ChangeLog	2013-04-24 08:11:10 UTC (rev 149020)
+++ trunk/Source/WebCore/ChangeLog	2013-04-24 08:23:27 UTC (rev 149021)
@@ -1 +1,8 @@
+2013-04-24  Christophe Dumez  <ch.du...@sisa.samsung.com>
+
+        Unreviewed build fix with gstreamer 0.10.x after r147555.
+
+        * platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.cpp:
+        (webKitWebAudioSrcLoop):
+
 == Rolled over to ChangeLog-2013-04-24 ==

Modified: trunk/Source/WebCore/platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.cpp (149020 => 149021)


--- trunk/Source/WebCore/platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.cpp	2013-04-24 08:11:10 UTC (rev 149020)
+++ trunk/Source/WebCore/platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.cpp	2013-04-24 08:23:27 UTC (rev 149021)
@@ -381,7 +381,7 @@
 #ifndef GST_API_VERSION_1
         GRefPtr<GstCaps> monoCaps = adoptGRef(getGStreamerMonoAudioCaps(priv->sampleRate));
         GstStructure* structure = gst_caps_get_structure(monoCaps.get(), 0);
-        GstAudioChannelPosition channelPosition = webKitWebAudioGStreamerChannelPosition(i);
+        GstAudioChannelPosition channelPosition = webKitWebAudioGStreamerChannelPosition(g_slist_index(channelBufferList, channelBuffer));
         gst_audio_set_channel_positions(structure, &channelPosition);
         gst_buffer_set_caps(channelBuffer, monoCaps.get());
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to