From ab7738c8d1bb19cf6dae35414120bfa4a808079b Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 3 Jul 2004 23:11:04 +0000 Subject: [PATCH] fix name Original commit message from CVS: fix name --- ext/theora/theora.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/theora/theora.c b/ext/theora/theora.c index 87def3568b..9d9470c9b5 100644 --- a/ext/theora/theora.c +++ b/ext/theora/theora.c @@ -45,6 +45,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "gsttheora", + "theora", "Theora plugin library", plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)