fix element description

Original commit message from CVS:
fix element description
This commit is contained in:
Thomas Vander Stichele 2004-01-07 16:50:31 +00:00
parent 9cdae8d8b6
commit f9f4e7934e
2 changed files with 6 additions and 2 deletions

View file

@ -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),

View file

@ -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",