diff options
Diffstat (limited to 'gst/smoothwave/gstsmoothwave.c')
-rw-r--r-- | gst/smoothwave/gstsmoothwave.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/smoothwave/gstsmoothwave.c b/gst/smoothwave/gstsmoothwave.c index 70634564..d544fc7d 100644 --- a/gst/smoothwave/gstsmoothwave.c +++ b/gst/smoothwave/gstsmoothwave.c @@ -443,4 +443,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "smoothwave", "Fading greyscale waveform display", - plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN) + plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) |