diff options
author | Benjamin Otte <otte@gnome.org> | 2004-02-19 22:19:55 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-02-19 22:19:55 +0000 |
commit | fd2dd2337b1b5e466540337dac79a69a560f6eb4 (patch) | |
tree | 81402d8a22816f4c88b9cd67a2f8e19933644bc6 /ChangeLog | |
parent | 6bab7c936a1828c950779bac68d39dee0a30b09e (diff) | |
download | gst-plugins-bad-fd2dd2337b1b5e466540337dac79a69a560f6eb4.tar.gz gst-plugins-bad-fd2dd2337b1b5e466540337dac79a69a560f6eb4.tar.bz2 gst-plugins-bad-fd2dd2337b1b5e466540337dac79a69a560f6eb4.zip |
ext/: use gst_tag_list_insert when you want to insert tags
Original commit message from CVS:
2004-02-19 Benjamin Otte <otte@gnome.org>
* ext/lame/gstlame.c: (gst_lame_chain):
* ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
use gst_tag_list_insert when you want to insert tags
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-02-19 Benjamin Otte <otte@gnome.org> + + * ext/lame/gstlame.c: (gst_lame_chain): + * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain): + use gst_tag_list_insert when you want to insert tags + 2004-02-18 David Schleef <ds@schleef.org> * configure.ac: Move massink to gst-rotten |