fix name of core elements

Original commit message from CVS:
fix name of core elements
This commit is contained in:
Thomas Vander Stichele 2004-02-10 10:30:24 +00:00
parent a6a3dd0790
commit 11466f9bbe
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-02-10 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/gst.c: fix name to be in line with others
2004-02-09 Julien MOUTTE <julien@moutte.net>
* libs/gst/bytestream/bytestream.c: (gst_bytestream_peek): We should

View file

@ -472,7 +472,7 @@ gst_register_core_elements (GstPlugin *plugin)
static GstPluginDesc plugin_desc = {
GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"gst_core_elements",
"gstcoreelements",
"core elements of the GStreamer library",
gst_register_core_elements,
NULL,