diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-06-09 16:33:43 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-06-09 16:33:43 +0000 |
commit | 9fb2c57295d79232446e00107442351d24275998 (patch) | |
tree | 8065326796a5def012b5d69e875dccd79615246a /ChangeLog | |
parent | 357525a1fd1569d2b375fa64535d896eb1c993c4 (diff) | |
download | gst-plugins-bad-9fb2c57295d79232446e00107442351d24275998.tar.gz gst-plugins-bad-9fb2c57295d79232446e00107442351d24275998.tar.bz2 gst-plugins-bad-9fb2c57295d79232446e00107442351d24275998.zip |
gst/adder/gstadder.c: Workaround for multi-mp3 case. Seems to work fine (#305658).
Original commit message from CVS:
* gst/adder/gstadder.c: (gst_adder_link):
Workaround for multi-mp3 case. Seems to work fine (#305658).
Patch based on work from Akos Maroy <darkeye@tyrell.hu>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ 2005-06-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * gst/adder/gstadder.c: (gst_adder_link): + Workaround for multi-mp3 case. Seems to work fine (#305658). + Patch based on work from Akos Maroy <darkeye@tyrell.hu>. + +2005-06-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * gst/adder/gstadder.c: (gst_adder_link): Remove double loop (probably copy/paste error). 2005-06-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net> |