summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-01-07 16:50:31 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-01-07 16:50:31 +0000
commitf9f4e7934ebb25c54729aaf39ec98428bda923f6 (patch)
treece79ff8f085a41ba59bfc0563362ed8b7e1e2c0e
parent9cdae8d8b6fdbc5500e29c4db3e75a4e80a6c34b (diff)
downloadgst-plugins-bad-f9f4e7934ebb25c54729aaf39ec98428bda923f6.tar.gz
gst-plugins-bad-f9f4e7934ebb25c54729aaf39ec98428bda923f6.tar.bz2
gst-plugins-bad-f9f4e7934ebb25c54729aaf39ec98428bda923f6.zip
fix element description
Original commit message from CVS: fix element description
-rw-r--r--ChangeLog4
-rw-r--r--gst/modplug/gstmodplug.cc4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d586cfd..e9c85578 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * gst/modplug/gstmodplug.cc: fix element description
+
2004-01-07 Julien MOUTTE,,, <julien@moutte.net>
* examples/gstplay/player.c: (got_time_tick), (got_stream_length),
diff --git a/gst/modplug/gstmodplug.cc b/gst/modplug/gstmodplug.cc
index ab603cd3..2659d877 100644
--- a/gst/modplug/gstmodplug.cc
+++ b/gst/modplug/gstmodplug.cc
@@ -802,8 +802,8 @@ plugin_init (GstPlugin *plugin)
GST_PLUGIN_DEFINE (
GST_VERSION_MAJOR,
GST_VERSION_MINOR,
- "monoscope",
- "Monoscope visualization",
+ "modplug",
+ ".MOD audio decoding",
plugin_init,
VERSION,
"LGPL",