summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-03-26 14:49:22 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-03-26 14:49:22 +0000
commitdf8fe5801888435c24ff0ce09dae8e1a1d82613a (patch)
tree86f314462902df9ec8033192e0e063b34446fe42
parent7b2b1e1fce2a9b9c18a8afe8408597c06d458c7f (diff)
downloadgst-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a74d5a8b..31ca05a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):