summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Simon <jsimon13@yahoo.fr>2004-01-31 10:25:05 +0000
committerJeremy Simon <jsimon13@yahoo.fr>2004-01-31 10:25:05 +0000
commit2b6973d5da0f5ee0ba7d10f2e3e794e05efd666c (patch)
tree78c797f7cde5dfee605124b39c0334c7dc013720
parentd7d3b770c91e2c991109fcb5c94388261d1cbdbc (diff)
downloadgstreamer-plugins-bad-2b6973d5da0f5ee0ba7d10f2e3e794e05efd666c.tar.gz
ext/flac/: Fix typos
Original commit message from CVS: 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr> * ext/flac/gstflacdec.c: (gst_flacdec_class_init): * ext/flac/gstflacdec.h: * ext/flac/gstflacenc.h: Fix typos
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d1585054..80909d9df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
+
+ * ext/flac/gstflac.c: (plugin_init):
+ * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
+ * ext/flac/gstflacdec.h:
+ * ext/flac/gstflacenc.h:
+ Fix typos
+
2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
* examples/gstplay/player.c: s/gstplay.h/play.h/