mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
fix element description
Original commit message from CVS: fix element description
This commit is contained in:
parent
9cdae8d8b6
commit
f9f4e7934e
2 changed files with 6 additions and 2 deletions
|
@ -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),
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue