summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-02-04 22:17:16 +0000
committerBenjamin Otte <otte@gnome.org>2004-02-04 22:17:16 +0000
commit7e85d909357d4f760c2ec84a011f818b6bcac9ba (patch)
treeb93a4a50947e3323b14d437bfbc70f302382f635
parentd8081b07ffd491ccea672b732a0ac1e7c8521272 (diff)
downloadgstreamer-plugins-bad-7e85d909357d4f760c2ec84a011f818b6bcac9ba.tar.gz
ext/mad/gstid3tag.c: that should be !=, not == (fixes #132519)
Original commit message from CVS: 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de> * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego): that should be !=, not == (fixes #132519)
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 26e77f4bf..1c6f14699 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
+
+ * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
+ that should be !=, not == (fixes #132519)
+
2004-02-04 David Schleef <ds@schleef.org>
Make sure set_explicit_caps() is called before adding pad.