From f9f4e7934ebb25c54729aaf39ec98428bda923f6 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 7 Jan 2004 16:50:31 +0000 Subject: fix element description Original commit message from CVS: fix element description --- ChangeLog | 4 ++++ gst/modplug/gstmodplug.cc | 4 ++-- 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 + + * gst/modplug/gstmodplug.cc: fix element description + 2004-01-07 Julien MOUTTE,,, * 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", -- cgit v1.2.1