Title: [155290] releases/WebKitGTK/webkit-2.2/Source/WebCore/ChangeLog
Revision
155290
Author
[email protected]
Date
2013-09-08 01:48:46 -0700 (Sun, 08 Sep 2013)

Log Message

Adjust internal size on gstreamer source element when receiving data if necessary
https://bugs.webkit.org/show_bug.cgi?id=116534

Patch by Andre Moreira Magalhaes <[email protected]> on 2013-06-19
Reviewed by Philippe Normand.

If the size received in didReceiveResponse is smaller than the actual size of the received data
update the internal size and the appsrc size to the proper value.

* platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:
(StreamingClient::didReceiveData):

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.2/Source/WebCore/ChangeLog (155289 => 155290)


--- releases/WebKitGTK/webkit-2.2/Source/WebCore/ChangeLog	2013-09-08 08:17:10 UTC (rev 155289)
+++ releases/WebKitGTK/webkit-2.2/Source/WebCore/ChangeLog	2013-09-08 08:48:46 UTC (rev 155290)
@@ -1,3 +1,16 @@
+2013-06-19  Andre Moreira Magalhaes   <[email protected]>
+
+        Adjust internal size on gstreamer source element when receiving data if necessary
+        https://bugs.webkit.org/show_bug.cgi?id=116534
+
+        Reviewed by Philippe Normand.
+
+        If the size received in didReceiveResponse is smaller than the actual size of the received data
+        update the internal size and the appsrc size to the proper value.
+
+        * platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:
+        (StreamingClient::didReceiveData):
+
 2013-08-28  Gustavo Noronha Silva  <[email protected]>
 
         Unreviewed build fix - copy/paste failure, copied too much.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to