summaryrefslogtreecommitdiff
path: root/plugins/elements/gstelements.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-12-01 12:29:34 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-12-01 12:29:34 +0000
commitc37fca4fd42da8ca2b39d2220c71ade4bc14f934 (patch)
treefc6483a090f77fd84bd1d06203324a362e82059e /plugins/elements/gstelements.c
parenta5820445bffccad3c544568c1861b7a99cdd2c53 (diff)
document core plugins in a separate document just like all the others rename these plugins to something starting with...
Original commit message from CVS: document core plugins in a separate document just like all the others rename these plugins to something starting with core
Diffstat (limited to 'plugins/elements/gstelements.c')
-rw-r--r--plugins/elements/gstelements.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elements/gstelements.c b/plugins/elements/gstelements.c
index 019cd1bdd..2ae4e0fac 100644
--- a/plugins/elements/gstelements.c
+++ b/plugins/elements/gstelements.c
@@ -81,6 +81,6 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
- "gstelements",
+ "coreelements",
"standard GStreamer elements",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);