From 11466f9bbe41722f72d2c9519073a7599c92d5c9 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 10 Feb 2004 10:30:24 +0000 Subject: [PATCH] fix name of core elements Original commit message from CVS: fix name of core elements --- ChangeLog | 4 ++++ gst/gst.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 16ffeb1..95135d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-02-10 Thomas Vander Stichele + + * gst/gst.c: fix name to be in line with others + 2004-02-09 Julien MOUTTE * libs/gst/bytestream/bytestream.c: (gst_bytestream_peek): We should diff --git a/gst/gst.c b/gst/gst.c index 2f6c8fd..a4bc792 100644 --- 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, -- 2.7.4