summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-06-30 19:19:26 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-06-30 19:19:26 +0000
commitc75f8c4c9b0a92367cd01f9337a99f63f973a8ef (patch)
treed0f43cc0e5e9e8a7068bb0ae3f14c1cdc001e591 /ChangeLog
parent8a84f759b417603d2b29692d0a0846de83da1a90 (diff)
downloadgst-plugins-bad-c75f8c4c9b0a92367cd01f9337a99f63f973a8ef.tar.gz
gst-plugins-bad-c75f8c4c9b0a92367cd01f9337a99f63f973a8ef.tar.bz2
gst-plugins-bad-c75f8c4c9b0a92367cd01f9337a99f63f973a8ef.zip
gst/rawparse/gstvideoparse.c: Fix size calculation for RGB buffers -> bpp is in bits, so divide by 8
Original commit message from CVS: * gst/rawparse/gstvideoparse.c: Fix size calculation for RGB buffers -> bpp is in bits, so divide by 8
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d720a6ea..6d960112 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-30 Jan Schmidt <jan.schmidt@sun.com>
+
+ * gst/rawparse/gstvideoparse.c:
+ Fix size calculation for RGB buffers -> bpp is in bits, so divide by 8
+
2008-06-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* gst/deinterlace2/Makefile.am: