fix name of core elements
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 10 Feb 2004 10:30:24 +0000 (10:30 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 10 Feb 2004 10:30:24 +0000 (10:30 +0000)
Original commit message from CVS:
fix name of core elements

ChangeLog
gst/gst.c

index 16ffeb1..95135d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 2f6c8fd..a4bc792 100644 (file)
--- a/gst/gst.c
+++ b/gst/gst.c
@@ -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,