From: René Stadler Date: Tue, 10 Feb 2009 22:19:22 +0000 (+0200) Subject: camerabin: Fix plugin details to use GST_PACKAGE_* values. X-Git-Tag: 1.19.3~507^2~19544 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d821246de60609753f2e4ef8d364febc1c6067bf;p=platform%2Fupstream%2Fgstreamer.git camerabin: Fix plugin details to use GST_PACKAGE_* values. --- 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)