[cogl/wip/cogl-gst-1.x: 38/41] cogl-gst-plugin: Use a real version number and web address
- From: Lionel Landwerlin <llandwerlin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/wip/cogl-gst-1.x: 38/41] cogl-gst-plugin: Use a real version number and web address
- Date: Tue, 23 Apr 2013 13:38:09 +0000 (UTC)
commit 996c8c2c13f911390c1707b3c59d1698d71fab91
Author: Neil Roberts <neil linux intel com>
Date: Tue Mar 19 19:37:20 2013 +0000
cogl-gst-plugin: Use a real version number and web address
Instead of hardcoding the version number “0.0” it now uses the version
number from the Cogl source. The web address has been changed to
cogl3d.org.
Reviewed-by: Robert Bragg <robert linux intel com>
cogl-gst/cogl-gst-plugin.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/cogl-gst/cogl-gst-plugin.c b/cogl-gst/cogl-gst-plugin.c
index c710074..35a4070 100644
--- a/cogl-gst/cogl-gst-plugin.c
+++ b/cogl-gst/cogl-gst-plugin.c
@@ -40,7 +40,6 @@
#include "cogl-gst-video-sink.h"
#define PACKAGE "CoglGst"
-#define VERSION "0.0"
static CoglBool
_plugin_init (GstPlugin *coglgstvideosink)
@@ -56,7 +55,7 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
cogl,
"Sends video data from GStreamer to a Cogl pipeline",
_plugin_init,
- VERSION,
+ COGL_VERSION_STRING,
"LGPL",
- "CoglGst",
- "http://gstreamer.net/")
+ PACKAGE,
+ "http://cogl3d.org/")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]