summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-01-19 15:39:45 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-01-19 15:39:45 +0000
commitc7fcd9d5ae4f4ef2ea1a50542fa7ca93673cde8a (patch)
treee157d1b43aaae1c50e7686e41311fdf511ef7702 /ChangeLog
parentec7388ffa35029c84bbfb31b52abdfc27e7758f8 (diff)
downloadgst-plugins-bad-c7fcd9d5ae4f4ef2ea1a50542fa7ca93673cde8a.tar.gz
gst-plugins-bad-c7fcd9d5ae4f4ef2ea1a50542fa7ca93673cde8a.tar.bz2
gst-plugins-bad-c7fcd9d5ae4f4ef2ea1a50542fa7ca93673cde8a.zip
gst/rawparse/gstrawparse.c: Improve debugging a bit and for handling multiple frames per buffer in pull mode choose t...
Original commit message from CVS: * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop), (gst_raw_parse_handle_seek_push): Improve debugging a bit and for handling multiple frames per buffer in pull mode choose the next smallest multiply of framesize below 4096 instead of always handling 1024 frames.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ea59ac4..dc3c321a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2008-01-19 Sebastian Dröge <slomo@circular-chaos.org>
+ * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop),
+ (gst_raw_parse_handle_seek_push):
+ Improve debugging a bit and for handling multiple frames per buffer
+ in pull mode choose the next smallest multiply of framesize below
+ 4096 instead of always handling 1024 frames.
+
+2008-01-19 Sebastian Dröge <slomo@circular-chaos.org>
+
Patch by: Wouter Cloetens <wouter at mind dot be>
* ext/soup/gstsouphttpsrc.c: (soup_got_headers):