summaryrefslogtreecommitdiff
path: root/clutter-gst/clutter-gst-util.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@openedhand.com>2007-07-06 10:05:53 +0000
committerEmmanuele Bassi <ebassi@openedhand.com>2007-07-06 10:05:53 +0000
commit59e13bac161eaa03d73eec70034f6b8f78b7c79e (patch)
tree9192d5c1f6c2a5a606d4a4cff3907adc4b054e12 /clutter-gst/clutter-gst-util.c
parenteb1f92bb55dd0633d64857a45e1e3736ea1c51fd (diff)
downloadclutter-gst-59e13bac161eaa03d73eec70034f6b8f78b7c79e.tar.gz
2007-07-06 Emmanuele Bassi <ebassi@openedhand.com>
* configure.ac: Use the same M4 macros clutter-core uses to set the various libtool flags and simplify the release process. * clutter-gst/clutter-gst.h: * clutter-gst/clutter-gst-version.h.in: Add version header and macros for clutter-gst. * clutter-gst/*.[ch]: Fix copyright and attributions. * clutter-gst/clutter-gst-util.[hc]: Fix second argument of clutter_gst_init() function call: the underlying libraries require a pointer to the arguments vector to remove their own arguments from it. * README: Flesh out the description a little.
Diffstat (limited to 'clutter-gst/clutter-gst-util.c')
-rw-r--r--clutter-gst/clutter-gst-util.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/clutter-gst/clutter-gst-util.c b/clutter-gst/clutter-gst-util.c
index 5177dd0..89ab9f7 100644
--- a/clutter-gst/clutter-gst-util.c
+++ b/clutter-gst/clutter-gst-util.c
@@ -1,11 +1,13 @@
/*
- * Clutter.
+ * Clutter-GStreamer.
*
- * An OpenGL based 'interactive canvas' library.
+ * GStreamer integration library for Clutter.
+ *
+ * clutter-gst-util.h - Miscellaneous functions
*
* Authored By Matthew Allum <mallum@openedhand.com>
*
- * Copyright (C) 2007 OpenedHand
+ * Copyright (C) 2006 OpenedHand
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -41,8 +43,8 @@
* Return value: A #ClutterInitError.
*/
ClutterInitError
-clutter_gst_init (int *argc,
- char **argv)
+clutter_gst_init (int *argc,
+ char ***argv)
{
static gboolean gst_is_initialized = FALSE;