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> (cherry picked from commit 5363e4a68da9811fb136a01b278846ce15913287)
This commit is contained in:
parent
7acdf0114e
commit
52b0e91537
@ -40,7 +40,6 @@
|
|||||||
#include "cogl-gst-video-sink.h"
|
#include "cogl-gst-video-sink.h"
|
||||||
|
|
||||||
#define PACKAGE "CoglGst"
|
#define PACKAGE "CoglGst"
|
||||||
#define VERSION "0.0"
|
|
||||||
|
|
||||||
static CoglBool
|
static CoglBool
|
||||||
_plugin_init (GstPlugin *coglgstvideosink)
|
_plugin_init (GstPlugin *coglgstvideosink)
|
||||||
@ -56,7 +55,7 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
|||||||
cogl,
|
cogl,
|
||||||
"Sends video data from GStreamer to a Cogl pipeline",
|
"Sends video data from GStreamer to a Cogl pipeline",
|
||||||
_plugin_init,
|
_plugin_init,
|
||||||
VERSION,
|
COGL_VERSION_STRING,
|
||||||
"LGPL",
|
"LGPL",
|
||||||
"CoglGst",
|
PACKAGE,
|
||||||
"http://gstreamer.net/")
|
"http://cogl3d.org/")
|
||||||
|
Loading…
Reference in New Issue
Block a user