summaryrefslogtreecommitdiffstats
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
commitab9cc04c05099ed93c25b5a2039dd499bf0dacb5 (patch)
tree1df12a033ac36f20c43474c074997d31da14a798
parent920ad8773bb23016eb882b1a23c665032a82b243 (diff)
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
-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),