diff options
Diffstat (limited to 'ext/gsm/gstgsm.c')
-rw-r--r-- | ext/gsm/gstgsm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/gsm/gstgsm.c b/ext/gsm/gstgsm.c index 0aec2bd5..ef984003 100644 --- a/ext/gsm/gstgsm.c +++ b/ext/gsm/gstgsm.c @@ -42,5 +42,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "gsm", "GSM encoder/decoder", - plugin_init, - VERSION, "LGPL", "Gstreamer", "http://gstreamer.freedesktop.org") + plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) |