diff options
author | Benjamin Otte <otte@gnome.org> | 2004-03-26 02:16:00 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-03-26 02:16:00 +0000 |
commit | ab9cc04c05099ed93c25b5a2039dd499bf0dacb5 (patch) | |
tree | 1df12a033ac36f20c43474c074997d31da14a798 | |
parent | 920ad8773bb23016eb882b1a23c665032a82b243 (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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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), |