diff options
author | Benjamin Otte <otte@gnome.org> | 2004-04-03 13:59:57 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-04-03 13:59:57 +0000 |
commit | 3fce41d4114a6aad96d4d93658ec29c09b99fb65 (patch) | |
tree | 91d8c0c6465af51d15818f4ebc5531ec042135f6 | |
parent | 45cb88ca891744584a7f78d9f72767690ff28dfb (diff) | |
download | gst-plugins-bad-3fce41d4114a6aad96d4d93658ec29c09b99fb65.tar.gz gst-plugins-bad-3fce41d4114a6aad96d4d93658ec29c09b99fb65.tar.bz2 gst-plugins-bad-3fce41d4114a6aad96d4d93658ec29c09b99fb65.zip |
ext/mad/gstid3tag.c: add missing 'new_media' argument (fixes #138168)
Original commit message from CVS:
reviewed by Benjamin Otte <otte@gnome.org>
* ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
add missing 'new_media' argument (fixes #138168)
* gst/matroska/matroska-demux.c:
(gst_matroska_demux_handle_seek_event):
add vararg terminator (fixes #138169)
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk> + + reviewed by Benjamin Otte <otte@gnome.org> + + * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event): + add missing 'new_media' argument (fixes #138168) + * gst/matroska/matroska-demux.c: + (gst_matroska_demux_handle_seek_event): + add vararg terminator (fixes #138169) + 2004-04-02 David Schleef <ds@schleef.org> * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is |