From cda192b3b7e54fdbee55958b39030d493ff21411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 5 Apr 2012 18:02:56 +0200 Subject: gst: Update for GST_PLUGIN_DEFINE() API changes --- gst/bayer/gstbayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/bayer') diff --git a/gst/bayer/gstbayer.c b/gst/bayer/gstbayer.c index a1ae9a734..620fd5ebb 100644 --- a/gst/bayer/gstbayer.c +++ b/gst/bayer/gstbayer.c @@ -40,6 +40,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "bayer", + bayer, "Elements to convert Bayer images", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) -- cgit v1.2.1