From e1dd478f096fb23a57ab6bd1c8474940587cf65c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 8 May 2002 20:10:56 +0000 Subject: Fixed a typo in the idct plugin name make gstriff a real plugin Original commit message from CVS: Fixed a typo in the idct plugin name make gstriff a real plugin --- gst-libs/gst/idct/idct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst-libs/gst/idct/idct.c') diff --git a/gst-libs/gst/idct/idct.c b/gst-libs/gst/idct/idct.c index 7b1158fd..b7a2725e 100644 --- a/gst-libs/gst/idct/idct.c +++ b/gst-libs/gst/idct/idct.c @@ -136,6 +136,6 @@ plugin_init (GModule *module, GstPlugin *plugin) GstPluginDesc plugin_desc = { GST_VERSION_MAJOR, GST_VERSION_MINOR, - "gstidtc", + "gstidct", plugin_init }; -- cgit v1.2.1