summaryrefslogtreecommitdiff
path: root/ext/gsm/gstgsm.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gsm/gstgsm.c')
-rw-r--r--ext/gsm/gstgsm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gsm/gstgsm.c b/ext/gsm/gstgsm.c
index 9b32abedc..bf7c72a98 100644
--- a/ext/gsm/gstgsm.c
+++ b/ext/gsm/gstgsm.c
@@ -39,8 +39,8 @@ plugin_init (GstPlugin * plugin)
return TRUE;
}
-GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
+GST_PLUGIN_DEFINE2 (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
- "gsm",
+ gsm,
"GSM encoder/decoder",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)