diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-03-26 14:49:22 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-03-26 14:49:22 +0000 |
commit | df8fe5801888435c24ff0ce09dae8e1a1d82613a (patch) | |
tree | 86f314462902df9ec8033192e0e063b34446fe42 | |
parent | 7b2b1e1fce2a9b9c18a8afe8408597c06d458c7f (diff) | |
download | gst-plugins-bad-df8fe5801888435c24ff0ce09dae8e1a1d82613a.tar.gz gst-plugins-bad-df8fe5801888435c24ff0ce09dae8e1a1d82613a.tar.bz2 gst-plugins-bad-df8fe5801888435c24ff0ce09dae8e1a1d82613a.zip |
gst/typefind/gsttypefindfunctions.c: Obviously, a framelen of 0 is not right.
Original commit message from CVS:
* gst/typefind/gsttypefindfunctions.c: (aac_type_find):
Obviously, a framelen of 0 is not right.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-03-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * gst/typefind/gsttypefindfunctions.c: (aac_type_find): + Obviously, a framelen of 0 is not right. + 2005-03-26 Benjamin Otte <in7y118@public.uni-hamburg.de> * gst/audioscale/gstaudioscale.c: (audioscale_get_type): |