diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-04-05 18:02:56 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-04-05 18:02:56 +0200 |
commit | cda192b3b7e54fdbee55958b39030d493ff21411 (patch) | |
tree | beba17de5f39773df3bc51b310dbf22aedc5dee5 /gst/pnm | |
parent | eb8c6872d8d53fa8dd836e5a1d05e6122a2d4fbd (diff) | |
download | gstreamer-plugins-bad-cda192b3b7e54fdbee55958b39030d493ff21411.tar.gz |
gst: Update for GST_PLUGIN_DEFINE() API changes
Diffstat (limited to 'gst/pnm')
-rw-r--r-- | gst/pnm/gstpnm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/pnm/gstpnm.c b/gst/pnm/gstpnm.c index 9b0551054..3d669d31f 100644 --- a/gst/pnm/gstpnm.c +++ b/gst/pnm/gstpnm.c @@ -40,6 +40,6 @@ plugin_init (GstPlugin * plugin) return TRUE; } -GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "pnm", +GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, pnm, "PNM plugin", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) |