diff options
author | Benjamin Otte <otte@gnome.org> | 2004-02-04 22:17:16 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-02-04 22:17:16 +0000 |
commit | c6e0c994a0a4f311ec169e31e88ee4dd6c3ed112 (patch) | |
tree | 41dba8f8b4558fded25f217f2cd3aee517734094 | |
parent | 7af12476ae1a2ec3f678a2d7ab88daee38240c27 (diff) |
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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |