From d821246de60609753f2e4ef8d364febc1c6067bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ren=C3=A9=20Stadler?= Date: Wed, 11 Feb 2009 00:19:22 +0200 Subject: [PATCH] camerabin: Fix plugin details to use GST_PACKAGE_* values. --- gst/camerabin/gstcamerabin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/camerabin/gstcamerabin.c b/gst/camerabin/gstcamerabin.c index d3881f6..a720809 100644 --- a/gst/camerabin/gstcamerabin.c +++ b/gst/camerabin/gstcamerabin.c @@ -2759,4 +2759,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "camerabin", "High level api for DC (Digital Camera) application", - plugin_init, VERSION, "LGPL", "Nokia", "http://www.nokia.com/") + plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) -- 2.7.4