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 | 599e0a7e14e604704910943e566e14b325bfae50 (patch) | |
tree | a2927261e1d62384fd0ef78d9e3306acfe741c7e | |
parent | 724c4443da3adf21c874a255a967b2cf19e4292d (diff) | |
download | gst-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
-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), |