summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-03-26 02:16:00 +0000
committerBenjamin Otte <otte@gnome.org>2004-03-26 02:16:00 +0000
commit599e0a7e14e604704910943e566e14b325bfae50 (patch)
treea2927261e1d62384fd0ef78d9e3306acfe741c7e /ChangeLog
parent724c4443da3adf21c874a255a967b2cf19e4292d (diff)
downloadgst-plugins-bad-599e0a7e14e604704910943e566e14b325bfae50.tar.gz
gst-plugins-bad-599e0a7e14e604704910943e566e14b325bfae50.tar.bz2
gst-plugins-bad-599e0a7e14e604704910943e566e14b325bfae50.zip
gst/typefind/gsttypefindfunctions.c: fix bug where typefinding would claim it's theora whenever less then 7 bytes of ...
Original commit message from CVS: * gst/typefind/gsttypefindfunctions.c: (theora_type_find): fix bug where typefinding would claim it's theora whenever less then 7 bytes of data were available
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73281468..f3945181 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-03-26 Benjamin Otte <otte@gnome.org>
+
+ * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
+ fix bug where typefinding would claim it's theora whenever less then
+ 7 bytes of data were available
+
2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
* gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),