diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-04-05 17:36:38 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-04-05 17:36:38 +0200 |
commit | aa2cd462da70b2b8de8cf55a8421cedcbbba0867 (patch) | |
tree | 91e85b94733ded2579bdd58f9650923e795f63a0 /sys/waveform/gstwaveformplugin.c | |
parent | 702874a318100412373f1e87d498da12a9c69301 (diff) |
gst: Update for GST_PLUGIN_DEFINE() API changes
Diffstat (limited to 'sys/waveform/gstwaveformplugin.c')
-rw-r--r-- | sys/waveform/gstwaveformplugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/waveform/gstwaveformplugin.c b/sys/waveform/gstwaveformplugin.c index 0d7943e91..a169dd466 100644 --- a/sys/waveform/gstwaveformplugin.c +++ b/sys/waveform/gstwaveformplugin.c @@ -37,6 +37,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "waveform", + waveform, "WaveForm win32 API plugin", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) |