[Cogl] [PATCH 2/2] cogl-gst-plugin: Use a real version number and web address

Robert Bragg robert at sixbynine.org
Thu Mar 21 09:27:36 PDT 2013


This looks good to land to me:

Reviewed-by: Robert Bragg <robert at linux.intel.com>

thanks,
- Robert

On Tue, Mar 19, 2013 at 7:37 PM, Neil Roberts <neil at linux.intel.com> wrote:
> 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.
> ---
>  cogl-gst/cogl-gst-plugin.c | 7 +++----
>  1 file 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/")
> --
> 1.7.11.3.g3c3efa5
>
> _______________________________________________
> Cogl mailing list
> Cogl at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/cogl


More information about the Cogl mailing list