diff options
author | René Stadler <mail@renestadler.de> | 2009-02-11 00:19:22 +0200 |
---|---|---|
committer | René Stadler <mail@renestadler.de> | 2009-02-11 00:19:22 +0200 |
commit | d821246de60609753f2e4ef8d364febc1c6067bf (patch) | |
tree | 7c51b7f223568724983e368512882607608f5042 | |
parent | 8f1d41637c0461db29b33360cef17ee115d9adb8 (diff) | |
download | gst-plugins-bad-d821246de60609753f2e4ef8d364febc1c6067bf.tar.gz gst-plugins-bad-d821246de60609753f2e4ef8d364febc1c6067bf.tar.bz2 gst-plugins-bad-d821246de60609753f2e4ef8d364febc1c6067bf.zip |
camerabin: Fix plugin details to use GST_PACKAGE_* values.
-rw-r--r-- | gst/camerabin/gstcamerabin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/camerabin/gstcamerabin.c b/gst/camerabin/gstcamerabin.c index d3881f6e..a720809f 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) |