diff options
author | Benjamin Otte <otte@gnome.org> | 2004-05-07 00:43:49 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-05-07 00:43:49 +0000 |
commit | 952bf6bf5a161051580c0fbaaf53dfb5d77a4402 (patch) | |
tree | a500141023968cb060e61209f15f2e5c569ec455 | |
parent | 35bea8f8462cb35ae217c6c7c242cdd291ccdb4f (diff) |
ext/lame/gstlame.c: simplify
Original commit message from CVS:
* ext/lame/gstlame.c: (gst_lame_chain):
simplify
* ext/mad/gstmad.c: (gst_mad_handle_event):
fix event leak
* gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
be able to detect mp3 files < 4096 bytes
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de> + + * ext/lame/gstlame.c: (gst_lame_chain): + simplify + * ext/mad/gstmad.c: (gst_mad_handle_event): + fix event leak + * gst/typefind/gsttypefindfunctions.c: (mp3_type_find): + be able to detect mp3 files < 4096 bytes + 2004-05-06 Wim Taymans <wim@fluendo.com> * ext/theora/theoraenc.c: (gst_theora_enc_class_init), @@ -102,6 +111,7 @@ * ext/lame/gstlame.c: correct defaults that lame_init puts out of range +>>>>>>> 1.601 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org> * ext/divx/gstdivxenc.c: (gst_divxenc_get_type), |