Hello community,

here is the log from the commit of package clutter-gst for openSUSE:Factory
checked in at Tue May 31 16:19:39 CEST 2011.



--------
--- GNOME/clutter-gst/clutter-gst.changes       2011-04-06 10:18:46.000000000 
+0200
+++ /mounts/work_src_done/STABLE/clutter-gst/clutter-gst.changes        
2011-05-16 22:25:52.000000000 +0200
@@ -1,0 +2,6 @@
+Mon May 16 22:23:55 CEST 2011 - [email protected]
+
+- Update to version 1.3.10:
+  + Fix the GstNavigation interface of the sink.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  clutter-gst-1.3.8.tar.bz2

New:
----
  clutter-gst-1.3.10.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ clutter-gst.spec ++++++
--- /var/tmp/diff_new_pack.z6isQF/_old  2011-05-31 16:19:10.000000000 +0200
+++ /var/tmp/diff_new_pack.z6isQF/_new  2011-05-31 16:19:10.000000000 +0200
@@ -25,7 +25,7 @@
 BuildRequires:  gstreamer-0_10-plugins-base-devel
 License:        LGPLv2.1+
 Group:          System/Libraries
-Version:        1.3.8
+Version:        1.3.10
 Release:        1
 Source:         
http://www.clutter-project.org/sources/clutter-gst/0.10/%{name}-%{version}.tar.bz2
 Url:            http://clutter-project.org/

++++++ clutter-gst-1.3.8.tar.bz2 -> clutter-gst-1.3.10.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gst-1.3.8/Makefile.in 
new/clutter-gst-1.3.10/Makefile.in
--- old/clutter-gst-1.3.8/Makefile.in   2011-04-05 20:08:49.000000000 +0200
+++ new/clutter-gst-1.3.10/Makefile.in  2011-05-09 18:03:13.000000000 +0200
@@ -322,6 +322,7 @@
 RELEASE_URL = 
$(RELEASE_URL_BASE)/$(CLUTTER_GST_MAJOR_VERSION).$(CLUTTER_GST_MINOR_VERSION)
 GNOME_RELEASE_URL_BASE = http://download.gnome.org/sources/clutter-gst
 GNOME_RELEASE_URL = 
$(GNOME_RELEASE_URL_BASE)/$(CLUTTER_GST_MAJOR_VERSION).$(CLUTTER_GST_MINOR_VERSION)
+RELEASE_API_URL = http://docs.clutter-project.org/docs/clutter-gst
 RELEASE_ANNOUNCE_LIST = [email protected] (Cc: 
[email protected])
 tar_file = $(distdir).tar.bz2
 sha256_file = $(distdir).sha256sum
@@ -879,10 +880,9 @@
        @echo "Uploading to $(RELEASE_UPLOAD_HOST)..."
        @scp $(tar_file) $(RELEASE_UPLOAD_DIR)
        @echo "Uploading to master.gnome.org..."
-       @scp $(tar_file) master.gnome.org:
+       @scp $(tar_file) [email protected]:
        @echo "Running ftpadmin install..."
-       @ssh master.gnome.org ftpadmin install $(tar_file)
-       @mv -f $(sha256_file) $(top_builddir)/build/$(sha256_file)
+       @ssh [email protected] ftpadmin install $(tar_file)
        @echo "Done."
 
 release-message: $(sha256_file)
@@ -926,6 +926,14 @@
        @echo "  Clutter ≥ $(CLUTTER_REQ_VERSION)"
        @echo "  GStreamer ≥ $(GSTREAMER_REQ_VERSION)"
        @echo ""
+       @echo "API reference:"
+       @echo ""
+       @if test "x$(CLUTTER_GST_RELEASE_STATUS)" = "xsnapshot"; then \
+         echo " $(RELEASE_API_URL)/unstable"; \
+       else \
+         echo " $(RELEASE_API_URL)/stable"; \
+       fi
+       @echo ""
        @$(SED) -n '1bend;/^clutter-gst /q;:end;4,$$p' $(top_srcdir)/NEWS
        @echo "--- CUT HERE ---"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gst-1.3.8/NEWS new/clutter-gst-1.3.10/NEWS
--- old/clutter-gst-1.3.8/NEWS  2011-04-05 16:02:42.000000000 +0200
+++ new/clutter-gst-1.3.10/NEWS 2011-05-09 18:01:41.000000000 +0200
@@ -1,3 +1,14 @@
+clutter-gst 1.3.10 (09/05/2011)
+===============================================================================
+
+List of changes since 1.3.8:
+
+  o Fix the GstNavigation interface of the sink
+
+Many thanks to:
+
+    Bastien Nocera
+
 clutter-gst 1.3.8 (05/04/2011)
 ===============================================================================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clutter-gst-1.3.8/build/autotools/Makefile.am.release 
new/clutter-gst-1.3.10/build/autotools/Makefile.am.release
--- old/clutter-gst-1.3.8/build/autotools/Makefile.am.release   2011-04-05 
20:08:07.000000000 +0200
+++ new/clutter-gst-1.3.10/build/autotools/Makefile.am.release  2011-05-09 
18:03:07.000000000 +0200
@@ -14,6 +14,8 @@
 GNOME_RELEASE_URL_BASE = http://download.gnome.org/sources/clutter-gst
 GNOME_RELEASE_URL      = 
$(GNOME_RELEASE_URL_BASE)/$(CLUTTER_GST_MAJOR_VERSION).$(CLUTTER_GST_MINOR_VERSION)
 
+RELEASE_API_URL = http://docs.clutter-project.org/docs/clutter-gst
+
 RELEASE_ANNOUNCE_LIST = [email protected] (Cc: 
[email protected])
 
 tar_file = $(distdir).tar.bz2
@@ -47,10 +49,9 @@
        @echo "Uploading to $(RELEASE_UPLOAD_HOST)..."
        @scp $(tar_file) $(RELEASE_UPLOAD_DIR)
        @echo "Uploading to master.gnome.org..."
-       @scp $(tar_file) master.gnome.org:
+       @scp $(tar_file) [email protected]:
        @echo "Running ftpadmin install..."
-       @ssh master.gnome.org ftpadmin install $(tar_file)
-       @mv -f $(sha256_file) $(top_builddir)/build/$(sha256_file)
+       @ssh [email protected] ftpadmin install $(tar_file)
        @echo "Done."
 
 release-message: $(sha256_file)
@@ -94,6 +95,14 @@
        @echo "  Clutter ≥ $(CLUTTER_REQ_VERSION)"
        @echo "  GStreamer ≥ $(GSTREAMER_REQ_VERSION)"
        @echo ""
+       @echo "API reference:"
+       @echo ""
+       @if test "x$(CLUTTER_GST_RELEASE_STATUS)" = "xsnapshot"; then \
+         echo " $(RELEASE_API_URL)/unstable"; \
+       else \
+         echo " $(RELEASE_API_URL)/stable"; \
+       fi
+       @echo ""
        @$(SED) -n '1bend;/^clutter-gst /q;:end;4,$$p' $(top_srcdir)/NEWS
        @echo "--- CUT HERE ---"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gst-1.3.8/build/autotools/config.sub 
new/clutter-gst-1.3.10/build/autotools/config.sub
--- old/clutter-gst-1.3.8/build/autotools/config.sub    2010-07-06 
17:09:06.000000000 +0200
+++ new/clutter-gst-1.3.10/build/autotools/config.sub   2011-04-10 
17:08:27.000000000 +0200
@@ -1291,7 +1291,7 @@
              | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
              | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
              | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
-             | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
+             | -udi* | -eabi* | -*eabi | -lites* | -ieee* | -go32* | -aux* \
              | -chorusos* | -chorusrdb* | -cegcc* \
              | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
              | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gst-1.3.8/clutter-gst/clutter-gst-version.h 
new/clutter-gst-1.3.10/clutter-gst/clutter-gst-version.h
--- old/clutter-gst-1.3.8/clutter-gst/clutter-gst-version.h     2011-04-05 
18:29:18.000000000 +0200
+++ new/clutter-gst-1.3.10/clutter-gst/clutter-gst-version.h    2011-05-09 
18:04:04.000000000 +0200
@@ -56,21 +56,21 @@
  *
  * ClutterGst micro version (e.g. "3", if %CLUTTER_GST_VERSION is "1.2.3")
  */
-#define CLUTTER_GST_MICRO_VERSION   (8)
+#define CLUTTER_GST_MICRO_VERSION   (10)
 
 /**
  * CLUTTER_GST_VERSION:
  *
  * ClutterGst full version (e.g. "1.2.3")
  */
-#define CLUTTER_GST_VERSION         (1.3.8)
+#define CLUTTER_GST_VERSION         (1.3.10)
 
 /**
  * CLUTTER_GST_VERSION_S:
  *
  * ClutterGst full version, encoded as a string.
  */
-#define CLUTTER_GST_VERSION_S       "1.3.8"
+#define CLUTTER_GST_VERSION_S       "1.3.10"
 
 /**
  * CLUTTER_GST_VERSION_HEX:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clutter-gst-1.3.8/clutter-gst/clutter-gst-video-sink.c 
new/clutter-gst-1.3.10/clutter-gst/clutter-gst-video-sink.c
--- old/clutter-gst-1.3.8/clutter-gst/clutter-gst-video-sink.c  2011-04-05 
18:53:44.000000000 +0200
+++ new/clutter-gst-1.3.10/clutter-gst/clutter-gst-video-sink.c 2011-04-10 
17:08:16.000000000 +0200
@@ -1318,23 +1318,25 @@
   gdouble x, y;
   gfloat x_out, y_out;
 
-  /* Converting pointer coordinates to the non scaled geometry */
-  if (!gst_structure_get_double (structure, "pointer_x", &x))
-    return;
-
-  if (!gst_structure_get_double (structure, "pointer_y", &y))
-    return;
-
-  if (clutter_actor_transform_stage_point (CLUTTER_ACTOR (priv->texture), x, 
y, &x_out, &y_out) == FALSE)
-    return;
-
-  x = x_out * priv->width / clutter_actor_get_width (CLUTTER_ACTOR 
(priv->texture));
-  y = y_out * priv->height / clutter_actor_get_height (CLUTTER_ACTOR 
(priv->texture));
-
-  gst_structure_set (structure,
-                     "pointer_x", G_TYPE_DOUBLE, (gdouble) x,
-                     "pointer_y", G_TYPE_DOUBLE, (gdouble) y,
-                     NULL);
+  /* Converting pointer coordinates to the non scaled geometry
+   * if the structure contains pointer coordinates */
+  if (gst_structure_get_double (structure, "pointer_x", &x) &&
+      gst_structure_get_double (structure, "pointer_y", &y))
+    {
+      if (clutter_actor_transform_stage_point (CLUTTER_ACTOR (priv->texture), 
x, y, &x_out, &y_out) == FALSE)
+        {
+          g_warning ("Failed to convert non-scaled coordinates for 
video-sink");
+          return;
+        }
+
+      x = x_out * priv->width / clutter_actor_get_width (CLUTTER_ACTOR 
(priv->texture));
+      y = y_out * priv->height / clutter_actor_get_height (CLUTTER_ACTOR 
(priv->texture));
+
+      gst_structure_set (structure,
+                         "pointer_x", G_TYPE_DOUBLE, (gdouble) x,
+                         "pointer_y", G_TYPE_DOUBLE, (gdouble) y,
+                         NULL);
+    }
 
   event = gst_event_new_navigation (structure);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clutter-gst-1.3.8/clutter-gst/clutter-gst-video-texture.c 
new/clutter-gst-1.3.10/clutter-gst/clutter-gst-video-texture.c
--- old/clutter-gst-1.3.8/clutter-gst/clutter-gst-video-texture.c       
2011-04-05 19:48:02.000000000 +0200
+++ new/clutter-gst-1.3.10/clutter-gst/clutter-gst-video-texture.c      
2011-04-10 17:08:16.000000000 +0200
@@ -644,7 +644,6 @@
     {
       priv->in_seek = FALSE;
 
-      g_message ("set to %d", priv->target_state);
       gst_element_set_state (priv->pipeline, priv->target_state);
     }
   else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gst-1.3.8/configure 
new/clutter-gst-1.3.10/configure
--- old/clutter-gst-1.3.8/configure     2011-04-05 18:29:10.000000000 +0200
+++ new/clutter-gst-1.3.10/configure    2011-05-09 18:03:14.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.66 for clutter-gst 1.3.8.
+# Generated by GNU Autoconf 2.66 for clutter-gst 1.3.10.
 #
 # Report bugs to 
<http://bugzilla.o-hand.com/enter_bug.cgi?product=Clutter-gst>.
 #
@@ -563,8 +563,8 @@
 # Identity of this package.
 PACKAGE_NAME='clutter-gst'
 PACKAGE_TARNAME='clutter-gst'
-PACKAGE_VERSION='1.3.8'
-PACKAGE_STRING='clutter-gst 1.3.8'
+PACKAGE_VERSION='1.3.10'
+PACKAGE_STRING='clutter-gst 1.3.10'
 
PACKAGE_BUGREPORT='http://bugzilla.o-hand.com/enter_bug.cgi?product=Clutter-gst'
 PACKAGE_URL=''
 
@@ -1350,7 +1350,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures clutter-gst 1.3.8 to adapt to many kinds of systems.
+\`configure' configures clutter-gst 1.3.10 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1420,7 +1420,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of clutter-gst 1.3.8:";;
+     short | recursive ) echo "Configuration of clutter-gst 1.3.10:";;
    esac
   cat <<\_ACEOF
 
@@ -1544,7 +1544,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-clutter-gst configure 1.3.8
+clutter-gst configure 1.3.10
 generated by GNU Autoconf 2.66
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1913,7 +1913,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by clutter-gst $as_me 1.3.8, which was
+It was created by clutter-gst $as_me 1.3.10, which was
 generated by GNU Autoconf 2.66.  Invocation command line was
 
   $ $0 $@
@@ -2736,7 +2736,7 @@
 
 # Define the identity of the package.
  PACKAGE='clutter-gst'
- VERSION='1.3.8'
+ VERSION='1.3.10'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2779,8 +2779,8 @@
 
 CLUTTER_GST_MAJOR_VERSION=1
 CLUTTER_GST_MINOR_VERSION=3
-CLUTTER_GST_MICRO_VERSION=8
-CLUTTER_GST_VERSION=1.3.8
+CLUTTER_GST_MICRO_VERSION=10
+CLUTTER_GST_VERSION=1.3.10
 CLUTTER_GST_API_VERSION=1.0
 CLUTTER_GST_MAJORMINOR=1.0
 CLUTTER_API_VERSION=1.0
@@ -2796,9 +2796,9 @@
 
 
 
-CLUTTER_GST_LT_CURRENT=308
+CLUTTER_GST_LT_CURRENT=310
 CLUTTER_GST_LT_REV=0
-CLUTTER_GST_LT_AGE=308
+CLUTTER_GST_LT_AGE=310
 
CLUTTER_GST_LT_VERSION="$CLUTTER_GST_LT_CURRENT:$CLUTTER_GST_LT_REV:$CLUTTER_GST_LT_AGE"
 CLUTTER_GST_LT_LDFLAGS="-version-info $CLUTTER_GST_LT_VERSION"
 
@@ -13114,7 +13114,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by clutter-gst $as_me 1.3.8, which was
+This file was extended by clutter-gst $as_me 1.3.10, which was
 generated by GNU Autoconf 2.66.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13180,7 +13180,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-clutter-gst config.status 1.3.8
+clutter-gst config.status 1.3.10
 configured by $0, generated by GNU Autoconf 2.66,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gst-1.3.8/configure.ac 
new/clutter-gst-1.3.10/configure.ac
--- old/clutter-gst-1.3.8/configure.ac  2011-04-05 16:02:42.000000000 +0200
+++ new/clutter-gst-1.3.10/configure.ac 2011-05-09 18:02:34.000000000 +0200
@@ -3,7 +3,7 @@
 # An even micro number indicates a released version.
 m4_define(clutter_gst_major_version, 1)
 m4_define(clutter_gst_minor_version, 3)
-m4_define(clutter_gst_micro_version, 8)
+m4_define(clutter_gst_micro_version, 10)
 
 m4_define(clutter_api_version, 1.0)
 m4_define([clutter_gst_api_version], [1.0])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clutter-gst-1.3.8/doc/reference/html/ClutterGstVideoSink.html 
new/clutter-gst-1.3.10/doc/reference/html/ClutterGstVideoSink.html
--- old/clutter-gst-1.3.8/doc/reference/html/ClutterGstVideoSink.html   
2011-04-05 20:08:51.000000000 +0200
+++ new/clutter-gst-1.3.10/doc/reference/html/ClutterGstVideoSink.html  
2011-05-09 18:04:24.000000000 +0200
@@ -4,7 +4,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ClutterGstVideoSink</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
-<link rel="home" href="index.html" title="Clutter Gst 1.3.8 Reference Manual">
+<link rel="home" href="index.html" title="Clutter Gst 1.3.10 Reference Manual">
 <link rel="up" href="ch02.html" title="Clutter Actors And Objects">
 <link rel="prev" href="ClutterGstVideoTexture.html" 
title="ClutterGstVideoTexture">
 <link rel="next" href="clutter-gst-Utilities.html" title="Utilities">
@@ -17,7 +17,7 @@
 <td><a accesskey="p" href="ClutterGstVideoTexture.html"><img src="left.png" 
width="24" height="24" border="0" alt="Prev"></a></td>
 <td><a accesskey="u" href="ch02.html"><img src="up.png" width="24" height="24" 
border="0" alt="Up"></a></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" 
height="24" border="0" alt="Home"></a></td>
-<th width="100%" align="center">Clutter Gst 1.3.8
+<th width="100%" align="center">Clutter Gst 1.3.10
  Reference Manual</th>
 <td><a accesskey="n" href="clutter-gst-Utilities.html"><img src="right.png" 
width="24" height="24" border="0" alt="Next"></a></td>
 </tr>
@@ -46,7 +46,7 @@
 <a name="ClutterGstVideoSink.synopsis"></a><h2>Synopsis</h2>
 <pre class="synopsis">                    <a class="link" 
href="ClutterGstVideoSink.html#ClutterGstVideoSink-struct" 
title="ClutterGstVideoSink">ClutterGstVideoSink</a>;
                     <a class="link" 
href="ClutterGstVideoSink.html#ClutterGstVideoSinkClass" 
title="ClutterGstVideoSinkClass">ClutterGstVideoSinkClass</a>;
-<span class="returnvalue">GstElement</span> *        <a class="link" 
href="ClutterGstVideoSink.html#clutter-gst-video-sink-new" 
title="clutter_gst_video_sink_new ()">clutter_gst_video_sink_new</a>          
(<em class="parameter"><code><span class="type">ClutterTexture</span> 
*texture</code></em>);
+<span class="returnvalue">GstElement</span> *        <a class="link" 
href="ClutterGstVideoSink.html#clutter-gst-video-sink-new" 
title="clutter_gst_video_sink_new ()">clutter_gst_video_sink_new</a>          
(<em class="parameter"><code><a 
href="/home/damien/mex/install/share/gtk-doc/html/clutter/ClutterTexture.html"><span
 class="type">ClutterTexture</span></a> *texture</code></em>);
 </pre>
 </div>
 <div class="refsect1" title="Object Hierarchy">
@@ -68,7 +68,7 @@
 <div class="refsect1" title="Properties">
 <a name="ClutterGstVideoSink.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a class="link" 
href="ClutterGstVideoSink.html#ClutterGstVideoSink--texture" title='The 
"texture" property'>texture</a>"                  <span 
class="type">ClutterTexture</span>*       : Read / Write
+  "<a class="link" 
href="ClutterGstVideoSink.html#ClutterGstVideoSink--texture" title='The 
"texture" property'>texture</a>"                  <a 
href="/home/damien/mex/install/share/gtk-doc/html/clutter/ClutterTexture.html"><span
 class="type">ClutterTexture</span></a>*       : Read / Write
   "<a class="link" 
href="ClutterGstVideoSink.html#ClutterGstVideoSink--update-priority" title='The 
"update-priority" property'>update-priority</a>"          <span 
class="type">gint</span>                  : Read / Write
 </pre>
 </div>
@@ -76,7 +76,7 @@
 <a name="ClutterGstVideoSink.description"></a><h2>Description</h2>
 <p>
 <a class="link" href="ClutterGstVideoSink.html" 
title="ClutterGstVideoSink"><span class="type">ClutterGstVideoSink</span></a> 
is a GStreamer sink element that sends
-data to a <span class="type">ClutterTexture</span>.
+data to a <a 
href="/home/damien/mex/install/share/gtk-doc/html/clutter/ClutterTexture.html"><span
 class="type">ClutterTexture</span></a>.
 </p>
 </div>
 <div class="refsect1" title="Details">
@@ -85,7 +85,7 @@
 <a name="ClutterGstVideoSink-struct"></a><h3>ClutterGstVideoSink</h3>
 <pre class="programlisting">typedef struct _ClutterGstVideoSink 
ClutterGstVideoSink;</pre>
 <p>
-Class implementing a GStreamer sink element for <span 
class="type">ClutterTexture</span>s.
+Class implementing a GStreamer sink element for <a 
href="/home/damien/mex/install/share/gtk-doc/html/clutter/ClutterTexture.html"><span
 class="type">ClutterTexture</span></a>s.
 </p>
 <p>
 The <a class="link" href="ClutterGstVideoSink.html" 
title="ClutterGstVideoSink"><span class="type">ClutterGstVideoSink</span></a> 
structure contains only private data and should
@@ -105,7 +105,7 @@
 <hr>
 <div class="refsect2" title="clutter_gst_video_sink_new ()">
 <a name="clutter-gst-video-sink-new"></a><h3>clutter_gst_video_sink_new ()</h3>
-<pre class="programlisting"><span class="returnvalue">GstElement</span> *      
  clutter_gst_video_sink_new          (<em class="parameter"><code><span 
class="type">ClutterTexture</span> *texture</code></em>);</pre>
+<pre class="programlisting"><span class="returnvalue">GstElement</span> *      
  clutter_gst_video_sink_new          (<em class="parameter"><code><a 
href="/home/damien/mex/install/share/gtk-doc/html/clutter/ClutterTexture.html"><span
 class="type">ClutterTexture</span></a> *texture</code></em>);</pre>
 <p>
 Creates a new GStreamer video sink which uses <em 
class="parameter"><code>texture</code></em> as the target
 for sinking a video stream from GStreamer.
@@ -124,7 +124,7 @@
 <tbody>
 <tr>
 <td><p><span class="term"><em 
class="parameter"><code>texture</code></em> :</span></p></td>
-<td>a <span class="type">ClutterTexture</span>
+<td>a <a 
href="/home/damien/mex/install/share/gtk-doc/html/clutter/ClutterTexture.html"><span
 class="type">ClutterTexture</span></a>
 </td>
 </tr>
 <tr>
@@ -140,11 +140,11 @@
 <a name="ClutterGstVideoSink.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "texture" property'>
 <a name="ClutterGstVideoSink--texture"></a><h3>The <code 
class="literal">"texture"</code> property</h3>
-<pre class="programlisting">  "texture"                  <span 
class="type">ClutterTexture</span>*       : Read / Write</pre>
+<pre class="programlisting">  "texture"                  <a 
href="/home/damien/mex/install/share/gtk-doc/html/clutter/ClutterTexture.html"><span
 class="type">ClutterTexture</span></a>*       : Read / Write</pre>
 <p>
 This is the texture the video is decoded into. It can be any
-<span class="type">ClutterTexture</span>, however Cluter-Gst has a handy 
subclass,
-<a class="link" href="ClutterGstVideoTexture.html" 
title="ClutterGstVideoTexture"><span 
class="type">ClutterGstVideoTexture</span></a>, that implements the <span 
class="type">ClutterMedia</span>
+<a 
href="/home/damien/mex/install/share/gtk-doc/html/clutter/ClutterTexture.html"><span
 class="type">ClutterTexture</span></a>, however Cluter-Gst has a handy 
subclass,
+<a class="link" href="ClutterGstVideoTexture.html" 
title="ClutterGstVideoTexture"><span 
class="type">ClutterGstVideoTexture</span></a>, that implements the <a 
href="/home/damien/mex/install/share/gtk-doc/html/clutter/ClutterMedia.html"><span
 class="type">ClutterMedia</span></a>
 interface.
 </p>
 </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clutter-gst-1.3.8/doc/reference/html/ClutterGstVideoTexture.html 
new/clutter-gst-1.3.10/doc/reference/html/ClutterGstVideoTexture.html
--- old/clutter-gst-1.3.8/doc/reference/html/ClutterGstVideoTexture.html        
2011-04-05 20:08:51.000000000 +0200
+++ new/clutter-gst-1.3.10/doc/reference/html/ClutterGstVideoTexture.html       
2011-05-09 18:04:24.000000000 +0200
@@ -4,7 +4,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ClutterGstVideoTexture</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
-<link rel="home" href="index.html" title="Clutter Gst 1.3.8 Reference Manual">
+<link rel="home" href="index.html" title="Clutter Gst 1.3.10 Reference Manual">
 <link rel="up" href="ch02.html" title="Clutter Actors And Objects">
 <link rel="prev" href="ch02.html" title="Clutter Actors And Objects">
 <link rel="next" href="ClutterGstVideoSink.html" title="ClutterGstVideoSink">
@@ -17,7 +17,7 @@
 <td><a accesskey="p" href="ch02.html"><img src="left.png" width="24" 
height="24" border="0" alt="Prev"></a></td>
 <td><a accesskey="u" href="ch02.html"><img src="up.png" width="24" height="24" 
border="0" alt="Up"></a></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" 
height="24" border="0" alt="Home"></a></td>
-<th width="100%" align="center">Clutter Gst 1.3.8
+<th width="100%" align="center">Clutter Gst 1.3.10
  Reference Manual</th>
 <td><a accesskey="n" href="ClutterGstVideoSink.html"><img src="right.png" 
width="24" height="24" border="0" alt="Next"></a></td>
 </tr>
@@ -50,14 +50,14 @@
 enum                <a class="link" 
href="ClutterGstVideoTexture.html#ClutterGstBufferingMode" title="enum 
ClutterGstBufferingMode">ClutterGstBufferingMode</a>;
                     <a class="link" 
href="ClutterGstVideoTexture.html#ClutterGstVideoTexture-struct" 
title="ClutterGstVideoTexture">ClutterGstVideoTexture</a>;
                     <a class="link" 
href="ClutterGstVideoTexture.html#ClutterGstVideoTextureClass" 
title="ClutterGstVideoTextureClass">ClutterGstVideoTextureClass</a>;
-<span class="returnvalue">ClutterActor</span> *      <a class="link" 
href="ClutterGstVideoTexture.html#clutter-gst-video-texture-new" 
title="clutter_gst_video_texture_new ()">clutter_gst_video_texture_new</a>      
 (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a 
href="/home/damien/mex/install/share/gtk-doc/html/clutter/ClutterActor.html"><span
 class="returnvalue">ClutterActor</span></a> *      <a class="link" 
href="ClutterGstVideoTexture.html#clutter-gst-video-texture-new" 
title="clutter_gst_video_texture_new ()">clutter_gst_video_texture_new</a>      
 (<em class="parameter"><code><span class="type">void</span></code></em>);
 <span class="returnvalue">GstElement</span> *        <a class="link" 
href="ClutterGstVideoTexture.html#clutter-gst-video-texture-get-pipeline" 
title="clutter_gst_video_texture_get_pipeline 
()">clutter_gst_video_texture_get_pipeline</a>
                                                         (<em 
class="parameter"><code><a class="link" href="ClutterGstVideoTexture.html" 
title="ClutterGstVideoTexture"><span 
class="type">ClutterGstVideoTexture</span></a> *texture</code></em>);
-<span class="returnvalue">CoglHandle</span>          <a class="link" 
href="ClutterGstVideoTexture.html#clutter-gst-video-texture-get-idle-material" 
title="clutter_gst_video_texture_get_idle_material 
()">clutter_gst_video_texture_get_idle_material</a>
+<a 
href="/home/damien/mex/install/share/gtk-doc/html/cogl/cogl-General-API.html#CoglHandle"><span
 class="returnvalue">CoglHandle</span></a>          <a class="link" 
href="ClutterGstVideoTexture.html#clutter-gst-video-texture-get-idle-material" 
title="clutter_gst_video_texture_get_idle_material 
()">clutter_gst_video_texture_get_idle_material</a>
                                                         (<em 
class="parameter"><code><a class="link" href="ClutterGstVideoTexture.html" 
title="ClutterGstVideoTexture"><span 
class="type">ClutterGstVideoTexture</span></a> *texture</code></em>);
 <span class="returnvalue">void</span>                <a class="link" 
href="ClutterGstVideoTexture.html#clutter-gst-video-texture-set-idle-material" 
title="clutter_gst_video_texture_set_idle_material 
()">clutter_gst_video_texture_set_idle_material</a>
                                                         (<em 
class="parameter"><code><a class="link" href="ClutterGstVideoTexture.html" 
title="ClutterGstVideoTexture"><span 
class="type">ClutterGstVideoTexture</span></a> *texture</code></em>,
-                                                         <em 
class="parameter"><code><span class="type">CoglHandle</span> 
material</code></em>);
+                                                         <em 
class="parameter"><code><a 
href="/home/damien/mex/install/share/gtk-doc/html/cogl/cogl-General-API.html#CoglHandle"><span
 class="type">CoglHandle</span></a> material</code></em>);
 <span class="returnvalue">gchar</span> *             <a class="link" 
href="ClutterGstVideoTexture.html#clutter-gst-video-texture-get-user-agent" 
title="clutter_gst_video_texture_get_user_agent 
()">clutter_gst_video_texture_get_user_agent</a>
                                                         (<em 
class="parameter"><code><a class="link" href="ClutterGstVideoTexture.html" 
title="ClutterGstVideoTexture"><span 
class="type">ClutterGstVideoTexture</span></a> *texture</code></em>);
 <span class="returnvalue">void</span>                <a class="link" 
href="ClutterGstVideoTexture.html#clutter-gst-video-texture-set-user-agent" 
title="clutter_gst_video_texture_set_user_agent 
()">clutter_gst_video_texture_set_user_agent</a>
@@ -80,8 +80,8 @@
 <pre class="synopsis">
   GObject
    +----GInitiallyUnowned
-         +----ClutterActor
-               +----ClutterTexture
+         +----<a 
href="/home/damien/mex/install/share/gtk-doc/html/clutter/ClutterActor.html">ClutterActor</a>
+               +----<a 
href="/home/damien/mex/install/share/gtk-doc/html/clutter/ClutterTexture.html">ClutterTexture</a>
                      +----ClutterGstVideoTexture
 </pre>
 </div>
@@ -89,12 +89,12 @@
 <a name="ClutterGstVideoTexture.implemented-interfaces"></a><h2>Implemented 
Interfaces</h2>
 <p>
 ClutterGstVideoTexture implements
- ClutterScriptable,  ClutterAnimatable,  AtkImplementorIface and  
ClutterMedia.</p>
+ <a 
href="/home/damien/mex/install/share/gtk-doc/html/clutter/ClutterScriptable.html">ClutterScriptable</a>,
  <a 
href="/home/damien/mex/install/share/gtk-doc/html/clutter/ClutterAnimatable.html">ClutterAnimatable</a>,
  AtkImplementorIface and  <a 
href="/home/damien/mex/install/share/gtk-doc/html/clutter/ClutterMedia.html">ClutterMedia</a>.</p>
 </div>
 <div class="refsect1" title="Properties">
 <a name="ClutterGstVideoTexture.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a class="link" 
href="ClutterGstVideoTexture.html#ClutterGstVideoTexture--idle-material" 
title='The "idle-material" property'>idle-material</a>"            <span 
class="type">CoglHandle</span>*           : Read / Write
+  "<a class="link" 
href="ClutterGstVideoTexture.html#ClutterGstVideoTexture--idle-material" 
title='The "idle-material" property'>idle-material</a>"            <a 
href="/home/damien/mex/install/share/gtk-doc/html/cogl/cogl-General-API.html#CoglHandle"><span
 class="type">CoglHandle</span></a>*           : Read / Write
   "<a class="link" 
href="ClutterGstVideoTexture.html#ClutterGstVideoTexture--seek-flags" 
title='The "seek-flags" property'>seek-flags</a>"               <a class="link" 
href="ClutterGstVideoTexture.html#ClutterGstSeekFlags" title="enum 
ClutterGstSeekFlags"><span class="type">ClutterGstSeekFlags</span></a>   : Read 
/ Write
   "<a class="link" 
href="ClutterGstVideoTexture.html#ClutterGstVideoTexture--user-agent" 
title='The "user-agent" property'>user-agent</a>"               <span 
class="type">gchar</span>*                : Read / Write
 </pre>
@@ -108,7 +108,7 @@
 <div class="refsect1" title="Description">
 <a name="ClutterGstVideoTexture.description"></a><h2>Description</h2>
 <p>
-<a class="link" href="ClutterGstVideoTexture.html" 
title="ClutterGstVideoTexture"><span 
class="type">ClutterGstVideoTexture</span></a> is a <span 
class="type">ClutterTexture</span> that plays video files.
+<a class="link" href="ClutterGstVideoTexture.html" 
title="ClutterGstVideoTexture"><span 
class="type">ClutterGstVideoTexture</span></a> is a <a 
href="/home/damien/mex/install/share/gtk-doc/html/clutter/ClutterTexture.html"><span
 class="type">ClutterTexture</span></a> that plays video files.
 </p>
 </div>
 <div class="refsect1" title="Details">
@@ -175,7 +175,7 @@
 <a name="ClutterGstVideoTexture-struct"></a><h3>ClutterGstVideoTexture</h3>
 <pre class="programlisting">typedef struct _ClutterGstVideoTexture 
ClutterGstVideoTexture;</pre>
 <p>
-Subclass of <span class="type">ClutterTexture</span> that displays videos 
using GStreamer.
+Subclass of <a 
href="/home/damien/mex/install/share/gtk-doc/html/clutter/ClutterTexture.html"><span
 class="type">ClutterTexture</span></a> that displays videos using GStreamer.
 </p>
 <p>
 The <a class="link" href="ClutterGstVideoTexture.html" 
title="ClutterGstVideoTexture"><span 
class="type">ClutterGstVideoTexture</span></a> structure contains only private 
data and
@@ -195,7 +195,7 @@
 <hr>
 <div class="refsect2" title="clutter_gst_video_texture_new ()">
 <a name="clutter-gst-video-texture-new"></a><h3>clutter_gst_video_texture_new 
()</h3>
-<pre class="programlisting"><span class="returnvalue">ClutterActor</span> *    
  clutter_gst_video_texture_new       (<em class="parameter"><code><span 
class="type">void</span></code></em>);</pre>
+<pre class="programlisting"><a 
href="/home/damien/mex/install/share/gtk-doc/html/clutter/ClutterActor.html"><span
 class="returnvalue">ClutterActor</span></a> *      
clutter_gst_video_texture_new       (<em class="parameter"><code><span 
class="type">void</span></code></em>);</pre>
 <p>
 Creates a video texture.
 </p>
@@ -245,7 +245,7 @@
 <hr>
 <div class="refsect2" title="clutter_gst_video_texture_get_idle_material ()">
 <a 
name="clutter-gst-video-texture-get-idle-material"></a><h3>clutter_gst_video_texture_get_idle_material
 ()</h3>
-<pre class="programlisting"><span class="returnvalue">CoglHandle</span>        
  clutter_gst_video_texture_get_idle_material
+<pre class="programlisting"><a 
href="/home/damien/mex/install/share/gtk-doc/html/cogl/cogl-General-API.html#CoglHandle"><span
 class="returnvalue">CoglHandle</span></a>          
clutter_gst_video_texture_get_idle_material
                                                         (<em 
class="parameter"><code><a class="link" href="ClutterGstVideoTexture.html" 
title="ClutterGstVideoTexture"><span 
class="type">ClutterGstVideoTexture</span></a> *texture</code></em>);</pre>
 <p>
 Retrieves the material used to draw when no media is being played.
@@ -260,7 +260,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><span 
class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> the <span class="type">CoglHandle</span> of the idle material
+<td> the <a 
href="/home/damien/mex/install/share/gtk-doc/html/cogl/cogl-General-API.html#CoglHandle"><span
 class="type">CoglHandle</span></a> of the idle material
 
 </td>
 </tr>
@@ -273,14 +273,14 @@
 <a 
name="clutter-gst-video-texture-set-idle-material"></a><h3>clutter_gst_video_texture_set_idle_material
 ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>              
  clutter_gst_video_texture_set_idle_material
                                                         (<em 
class="parameter"><code><a class="link" href="ClutterGstVideoTexture.html" 
title="ClutterGstVideoTexture"><span 
class="type">ClutterGstVideoTexture</span></a> *texture</code></em>,
-                                                         <em 
class="parameter"><code><span class="type">CoglHandle</span> 
material</code></em>);</pre>
+                                                         <em 
class="parameter"><code><a 
href="/home/damien/mex/install/share/gtk-doc/html/cogl/cogl-General-API.html#CoglHandle"><span
 class="type">CoglHandle</span></a> material</code></em>);</pre>
 <p>
 Sets a material to use to draw when no media is being played. The
 <a class="link" href="ClutterGstVideoTexture.html" 
title="ClutterGstVideoTexture"><span 
class="type">ClutterGstVideoTexture</span></a> holds a reference of the <em 
class="parameter"><code>material</code></em>.
 </p>
 <p>
 The default idle material will paint the <a class="link" 
href="ClutterGstVideoTexture.html" title="ClutterGstVideoTexture"><span 
class="type">ClutterGstVideoTexture</span></a> in black.
-If <code class="literal">COGL_INVALID_HANDLE</code> is given as <em 
class="parameter"><code>material</code></em> to this function, this
+If <a 
href="/home/damien/mex/install/share/gtk-doc/html/cogl/cogl-General-API.html#COGL-INVALID-HANDLE:CAPS"><code
 class="literal">COGL_INVALID_HANDLE</code></a> is given as <em 
class="parameter"><code>material</code></em> to this function, this
 default idle material will be used.
 </p>
 <div class="variablelist"><table border="0">
@@ -462,7 +462,7 @@
 <a name="ClutterGstVideoTexture.property-details"></a><h2>Property Details</h2>
 <div class="refsect2" title='The "idle-material" property'>
 <a name="ClutterGstVideoTexture--idle-material"></a><h3>The <code 
class="literal">"idle-material"</code> property</h3>
-<pre class="programlisting">  "idle-material"            <span 
class="type">CoglHandle</span>*           : Read / Write</pre>
+<pre class="programlisting">  "idle-material"            <a 
href="/home/damien/mex/install/share/gtk-doc/html/cogl/cogl-General-API.html#CoglHandle"><span
 class="type">CoglHandle</span></a>*           : Read / Write</pre>
 <p>Material to use for drawing when not playing.</p>
 </div>
 <hr>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gst-1.3.8/doc/reference/html/ch01.html 
new/clutter-gst-1.3.10/doc/reference/html/ch01.html
--- old/clutter-gst-1.3.8/doc/reference/html/ch01.html  2011-04-05 
20:08:51.000000000 +0200
+++ new/clutter-gst-1.3.10/doc/reference/html/ch01.html 2011-05-09 
18:04:24.000000000 +0200
@@ -4,9 +4,9 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Clutter Gst Overview</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
-<link rel="home" href="index.html" title="Clutter Gst 1.3.8 Reference Manual">
-<link rel="up" href="index.html" title="Clutter Gst 1.3.8 Reference Manual">
-<link rel="prev" href="index.html" title="Clutter Gst 1.3.8 Reference Manual">
+<link rel="home" href="index.html" title="Clutter Gst 1.3.10 Reference Manual">
+<link rel="up" href="index.html" title="Clutter Gst 1.3.10 Reference Manual">
+<link rel="prev" href="index.html" title="Clutter Gst 1.3.10 Reference Manual">
 <link rel="next" href="ch02.html" title="Clutter Actors And Objects">
 <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
@@ -16,13 +16,13 @@
 <td><a accesskey="p" href="index.html"><img src="left.png" width="24" 
height="24" border="0" alt="Prev"></a></td>
 <td> </td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" 
height="24" border="0" alt="Home"></a></td>
-<th width="100%" align="center">Clutter Gst 1.3.8
+<th width="100%" align="center">Clutter Gst 1.3.10
  Reference Manual</th>
 <td><a accesskey="n" href="ch02.html"><img src="right.png" width="24" 
height="24" border="0" alt="Next"></a></td>
 </tr></table>
 <div class="chapter" title="Clutter Gst Overview">
 <div class="titlepage"><div><div><h2 class="title">
-<a name="id2941209"></a>Clutter Gst Overview</h2></div></div></div>
+<a name="id2801195"></a>Clutter Gst Overview</h2></div></div></div>
 <p>Clutter-GStreamer provides a ClutterMedia interface implementation
     using GStreamer for basic video and audio playback.</p>
 </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gst-1.3.8/doc/reference/html/ch02.html 
new/clutter-gst-1.3.10/doc/reference/html/ch02.html
--- old/clutter-gst-1.3.8/doc/reference/html/ch02.html  2011-04-05 
20:08:51.000000000 +0200
+++ new/clutter-gst-1.3.10/doc/reference/html/ch02.html 2011-05-09 
18:04:24.000000000 +0200
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Clutter Actors And Objects</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
-<link rel="home" href="index.html" title="Clutter Gst 1.3.8 Reference Manual">
-<link rel="up" href="index.html" title="Clutter Gst 1.3.8 Reference Manual">
+<link rel="home" href="index.html" title="Clutter Gst 1.3.10 Reference Manual">
+<link rel="up" href="index.html" title="Clutter Gst 1.3.10 Reference Manual">
 <link rel="prev" href="ch01.html" title="Clutter Gst Overview">
 <link rel="next" href="ClutterGstVideoTexture.html" 
title="ClutterGstVideoTexture">
 <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
@@ -16,13 +16,13 @@
 <td><a accesskey="p" href="ch01.html"><img src="left.png" width="24" 
height="24" border="0" alt="Prev"></a></td>
 <td> </td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" 
height="24" border="0" alt="Home"></a></td>
-<th width="100%" align="center">Clutter Gst 1.3.8
+<th width="100%" align="center">Clutter Gst 1.3.10
  Reference Manual</th>
 <td><a accesskey="n" href="ClutterGstVideoTexture.html"><img src="right.png" 
width="24" height="24" border="0" alt="Next"></a></td>
 </tr></table>
 <div class="chapter" title="Clutter Actors And Objects">
 <div class="titlepage"><div><div><h2 class="title">
-<a name="id2934006"></a>Clutter Actors And Objects</h2></div></div></div>
+<a name="id2793993"></a>Clutter Actors And Objects</h2></div></div></div>
 <div class="toc"><dl>
 <dt>
 <span class="refentrytitle"><a 
href="ClutterGstVideoTexture.html">ClutterGstVideoTexture</a></span><span 
class="refpurpose"> — Actor for playback of video files.</span>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clutter-gst-1.3.8/doc/reference/html/clutter-gst-Utilities.html 
new/clutter-gst-1.3.10/doc/reference/html/clutter-gst-Utilities.html
--- old/clutter-gst-1.3.8/doc/reference/html/clutter-gst-Utilities.html 
2011-04-05 20:08:51.000000000 +0200
+++ new/clutter-gst-1.3.10/doc/reference/html/clutter-gst-Utilities.html        
2011-05-09 18:04:24.000000000 +0200
@@ -4,7 +4,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Utilities</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
-<link rel="home" href="index.html" title="Clutter Gst 1.3.8 Reference Manual">
+<link rel="home" href="index.html" title="Clutter Gst 1.3.10 Reference Manual">
 <link rel="up" href="ch02.html" title="Clutter Actors And Objects">
 <link rel="prev" href="ClutterGstVideoSink.html" title="ClutterGstVideoSink">
 <link rel="next" href="clutter-gst-Versioning-Macros.html" title="Versioning 
Macros">
@@ -17,7 +17,7 @@
 <td><a accesskey="p" href="ClutterGstVideoSink.html"><img src="left.png" 
width="24" height="24" border="0" alt="Prev"></a></td>
 <td><a accesskey="u" href="ch02.html"><img src="up.png" width="24" height="24" 
border="0" alt="Up"></a></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" 
height="24" border="0" alt="Home"></a></td>
-<th width="100%" align="center">Clutter Gst 1.3.8
+<th width="100%" align="center">Clutter Gst 1.3.10
  Reference Manual</th>
 <td><a accesskey="n" href="clutter-gst-Versioning-Macros.html"><img 
src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 </tr>
@@ -38,9 +38,9 @@
 </tr></table></div>
 <div class="refsynopsisdiv" title="Synopsis">
 <a name="clutter-gst-Utilities.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis"><span class="returnvalue">ClutterInitError</span>    <a 
class="link" href="clutter-gst-Utilities.html#clutter-gst-init" 
title="clutter_gst_init ()">clutter_gst_init</a>                    (<em 
class="parameter"><code><span class="type">int</span> *argc</code></em>,
+<pre class="synopsis"><a 
href="/home/damien/mex/install/share/gtk-doc/html/clutter/clutter-General.html#ClutterInitError"><span
 class="returnvalue">ClutterInitError</span></a>    <a class="link" 
href="clutter-gst-Utilities.html#clutter-gst-init" title="clutter_gst_init 
()">clutter_gst_init</a>                    (<em class="parameter"><code><span 
class="type">int</span> *argc</code></em>,
                                                          <em 
class="parameter"><code><span class="type">char</span> ***argv</code></em>);
-<span class="returnvalue">ClutterInitError</span>    <a class="link" 
href="clutter-gst-Utilities.html#clutter-gst-init-with-args" 
title="clutter_gst_init_with_args ()">clutter_gst_init_with_args</a>          
(<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
+<a 
href="/home/damien/mex/install/share/gtk-doc/html/clutter/clutter-General.html#ClutterInitError"><span
 class="returnvalue">ClutterInitError</span></a>    <a class="link" 
href="clutter-gst-Utilities.html#clutter-gst-init-with-args" 
title="clutter_gst_init_with_args ()">clutter_gst_init_with_args</a>          
(<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
                                                          <em 
class="parameter"><code><span class="type">char</span> ***argv</code></em>,
                                                          <em 
class="parameter"><code>const <span class="type">char</span> 
*parameter_string</code></em>,
                                                          <em 
class="parameter"><code><span class="type">GOptionEntry</span> 
*entries</code></em>,
@@ -60,7 +60,7 @@
 <p>
 </p>
 <div class="example">
-<a name="id3016801"></a><p class="title"><b>Example 1. Initializing the 
Clutter-Gst library</b></p>
+<a name="id2881148"></a><p class="title"><b>Example 1. Initializing the 
Clutter-Gst library</b></p>
 <div class="example-contents">
   <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
     <tbody>
@@ -99,7 +99,7 @@
 <p>
 </p>
 <div class="example">
-<a name="id2985644"></a><p class="title"><b>Example 2. Initializing the 
Clutter-Gst library with additional options</b></p>
+<a name="id2846379"></a><p class="title"><b>Example 2. Initializing the 
Clutter-Gst library with additional options</b></p>
 <div class="example-contents">
   <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
     <tbody>
@@ -177,7 +177,7 @@
 <a name="clutter-gst-Utilities.details"></a><h2>Details</h2>
 <div class="refsect2" title="clutter_gst_init ()">
 <a name="clutter-gst-init"></a><h3>clutter_gst_init ()</h3>
-<pre class="programlisting"><span class="returnvalue">ClutterInitError</span>  
  clutter_gst_init                    (<em class="parameter"><code><span 
class="type">int</span> *argc</code></em>,
+<pre class="programlisting"><a 
href="/home/damien/mex/install/share/gtk-doc/html/clutter/clutter-General.html#ClutterInitError"><span
 class="returnvalue">ClutterInitError</span></a>    clutter_gst_init            
        (<em class="parameter"><code><span class="type">int</span> 
*argc</code></em>,
                                                          <em 
class="parameter"><code><span class="type">char</span> 
***argv</code></em>);</pre>
 <p>
 Utility function to initialize both Clutter and GStreamer.
@@ -202,7 +202,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><span 
class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> A <span class="type">ClutterInitError</span>.
+<td> A <a 
href="/home/damien/mex/install/share/gtk-doc/html/clutter/clutter-General.html#ClutterInitError"><span
 class="type">ClutterInitError</span></a>.
 </td>
 </tr>
 </tbody>
@@ -211,7 +211,7 @@
 <hr>
 <div class="refsect2" title="clutter_gst_init_with_args ()">
 <a name="clutter-gst-init-with-args"></a><h3>clutter_gst_init_with_args ()</h3>
-<pre class="programlisting"><span class="returnvalue">ClutterInitError</span>  
  clutter_gst_init_with_args          (<em class="parameter"><code><span 
class="type">int</span> *argc</code></em>,
+<pre class="programlisting"><a 
href="/home/damien/mex/install/share/gtk-doc/html/clutter/clutter-General.html#ClutterInitError"><span
 class="returnvalue">ClutterInitError</span></a>    clutter_gst_init_with_args  
        (<em class="parameter"><code><span class="type">int</span> 
*argc</code></em>,
                                                          <em 
class="parameter"><code><span class="type">char</span> ***argv</code></em>,
                                                          <em 
class="parameter"><code>const <span class="type">char</span> 
*parameter_string</code></em>,
                                                          <em 
class="parameter"><code><span class="type">GOptionEntry</span> 
*entries</code></em>,
@@ -267,7 +267,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><span 
class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td> <code class="literal">CLUTTER_INIT_SUCCESS</code> on success, a negative 
integer
+<td> <a 
href="/home/damien/mex/install/share/gtk-doc/html/clutter/clutter-General.html#CLUTTER-INIT-SUCCESS:CAPS"><code
 class="literal">CLUTTER_INIT_SUCCESS</code></a> on success, a negative integer
   on failure.
 
 </td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clutter-gst-1.3.8/doc/reference/html/clutter-gst-Versioning-Macros.html 
new/clutter-gst-1.3.10/doc/reference/html/clutter-gst-Versioning-Macros.html
--- old/clutter-gst-1.3.8/doc/reference/html/clutter-gst-Versioning-Macros.html 
2011-04-05 20:08:51.000000000 +0200
+++ 
new/clutter-gst-1.3.10/doc/reference/html/clutter-gst-Versioning-Macros.html    
    2011-05-09 18:04:24.000000000 +0200
@@ -4,7 +4,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Versioning Macros</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
-<link rel="home" href="index.html" title="Clutter Gst 1.3.8 Reference Manual">
+<link rel="home" href="index.html" title="Clutter Gst 1.3.10 Reference Manual">
 <link rel="up" href="ch02.html" title="Clutter Actors And Objects">
 <link rel="prev" href="clutter-gst-Utilities.html" title="Utilities">
 <link rel="next" href="license.html" title="Appendix A. License">
@@ -17,7 +17,7 @@
 <td><a accesskey="p" href="clutter-gst-Utilities.html"><img src="left.png" 
width="24" height="24" border="0" alt="Prev"></a></td>
 <td><a accesskey="u" href="ch02.html"><img src="up.png" width="24" height="24" 
border="0" alt="Up"></a></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" 
height="24" border="0" alt="Home"></a></td>
-<th width="100%" align="center">Clutter Gst 1.3.8
+<th width="100%" align="center">Clutter Gst 1.3.10
  Reference Manual</th>
 <td><a accesskey="n" href="license.html"><img src="right.png" width="24" 
height="24" border="0" alt="Next"></a></td>
 </tr>
@@ -77,7 +77,7 @@
 <hr>
 <div class="refsect2" title="CLUTTER_GST_MICRO_VERSION">
 <a name="CLUTTER-GST-MICRO-VERSION:CAPS"></a><h3>CLUTTER_GST_MICRO_VERSION</h3>
-<pre class="programlisting">#define CLUTTER_GST_MICRO_VERSION   (7)
+<pre class="programlisting">#define CLUTTER_GST_MICRO_VERSION   (10)
 </pre>
 <p>
 ClutterGst micro version (e.g. "3", if <a class="link" 
href="clutter-gst-Versioning-Macros.html#CLUTTER-GST-VERSION:CAPS" 
title="CLUTTER_GST_VERSION"><code 
class="literal">CLUTTER_GST_VERSION</code></a> is "1.2.3")
@@ -86,7 +86,7 @@
 <hr>
 <div class="refsect2" title="CLUTTER_GST_VERSION">
 <a name="CLUTTER-GST-VERSION:CAPS"></a><h3>CLUTTER_GST_VERSION</h3>
-<pre class="programlisting">#define CLUTTER_GST_VERSION         (1.3.7)
+<pre class="programlisting">#define CLUTTER_GST_VERSION         (1.3.10)
 </pre>
 <p>
 ClutterGst full version (e.g. "1.2.3")
@@ -95,7 +95,7 @@
 <hr>
 <div class="refsect2" title="CLUTTER_GST_VERSION_S">
 <a name="CLUTTER-GST-VERSION-S:CAPS"></a><h3>CLUTTER_GST_VERSION_S</h3>
-<pre class="programlisting">#define CLUTTER_GST_VERSION_S       "1.3.7"
+<pre class="programlisting">#define CLUTTER_GST_VERSION_S       "1.3.10"
 </pre>
 <p>
 ClutterGst full version, encoded as a string.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clutter-gst-1.3.8/doc/reference/html/clutter-gst.devhelp 
new/clutter-gst-1.3.10/doc/reference/html/clutter-gst.devhelp
--- old/clutter-gst-1.3.8/doc/reference/html/clutter-gst.devhelp        
2011-04-05 20:08:50.000000000 +0200
+++ new/clutter-gst-1.3.10/doc/reference/html/clutter-gst.devhelp       
2011-05-09 18:04:24.000000000 +0200
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8" standalone="no"?>
 <!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
-<book xmlns="http://www.devhelp.net/book"; title="Clutter Gst 1.3.8&#10; 
Reference Manual" link="index.html" author="" name="clutter-gst">
+<book xmlns="http://www.devhelp.net/book"; title="Clutter Gst 1.3.10&#10; 
Reference Manual" link="index.html" author="" name="clutter-gst">
   <chapters>
     <sub name="Clutter Gst Overview" link="ch01.html"/>
     <sub name="Clutter Actors And Objects" link="ch02.html">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clutter-gst-1.3.8/doc/reference/html/clutter-gst.devhelp2 
new/clutter-gst-1.3.10/doc/reference/html/clutter-gst.devhelp2
--- old/clutter-gst-1.3.8/doc/reference/html/clutter-gst.devhelp2       
2011-04-05 20:08:50.000000000 +0200
+++ new/clutter-gst-1.3.10/doc/reference/html/clutter-gst.devhelp2      
2011-05-09 18:04:24.000000000 +0200
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8" standalone="no"?>
 <!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
-<book xmlns="http://www.devhelp.net/book"; title="Clutter Gst 1.3.8&#10; 
Reference Manual" link="index.html" author="" name="clutter-gst" version="2" 
language="c">
+<book xmlns="http://www.devhelp.net/book"; title="Clutter Gst 1.3.10&#10; 
Reference Manual" link="index.html" author="" name="clutter-gst" version="2" 
language="c">
   <chapters>
     <sub name="Clutter Gst Overview" link="ch01.html"/>
     <sub name="Clutter Actors And Objects" link="ch02.html">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gst-1.3.8/doc/reference/html/index.html 
new/clutter-gst-1.3.10/doc/reference/html/index.html
--- old/clutter-gst-1.3.8/doc/reference/html/index.html 2011-04-05 
20:08:51.000000000 +0200
+++ new/clutter-gst-1.3.10/doc/reference/html/index.html        2011-05-09 
18:04:24.000000000 +0200
@@ -2,25 +2,25 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Clutter Gst 1.3.8 Reference Manual</title>
+<title>Clutter Gst 1.3.10 Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
-<link rel="home" href="index.html" title="Clutter Gst 1.3.8 Reference Manual">
+<link rel="home" href="index.html" title="Clutter Gst 1.3.10 Reference Manual">
 <link rel="next" href="ch01.html" title="Clutter Gst Overview">
 <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
-<div class="book" title="Clutter Gst 1.3.8 Reference Manual">
+<div class="book" title="Clutter Gst 1.3.10 Reference Manual">
 <div class="titlepage">
 <div>
-<div><table class="navigation" id="top" width="100%" cellpadding="2" 
cellspacing="0"><tr><th valign="middle"><p class="title">Clutter Gst 1.3.8
+<div><table class="navigation" id="top" width="100%" cellpadding="2" 
cellspacing="0"><tr><th valign="middle"><p class="title">Clutter Gst 1.3.10
  Reference Manual</p></th></tr></table></div>
-<div><p class="releaseinfo">Version 1.3.8
+<div><p class="releaseinfo">Version 1.3.10
 </p></div>
 <div><p class="copyright">Copyright © 2006, 2007, 2008 OpenedHand LTD</p></div>
 <div><p class="copyright">Copyright © 2009, 2010 Intel Corporation</p></div>
 <div><div class="legalnotice" title="Legal Notice">
-<a name="id2941155"></a><p>
+<a name="id2801140"></a><p>
         Permission is granted to copy, distribute and/or modify this
         document under the terms of the <em class="citetitle">GNU Free
         Documentation License</em>, Version 1.1 or any later
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gst-1.3.8/doc/reference/html/license.html 
new/clutter-gst-1.3.10/doc/reference/html/license.html
--- old/clutter-gst-1.3.8/doc/reference/html/license.html       2011-04-05 
20:08:51.000000000 +0200
+++ new/clutter-gst-1.3.10/doc/reference/html/license.html      2011-05-09 
18:04:24.000000000 +0200
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Appendix A. License</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
-<link rel="home" href="index.html" title="Clutter Gst 1.3.8 Reference Manual">
-<link rel="up" href="index.html" title="Clutter Gst 1.3.8 Reference Manual">
+<link rel="home" href="index.html" title="Clutter Gst 1.3.10 Reference Manual">
+<link rel="up" href="index.html" title="Clutter Gst 1.3.10 Reference Manual">
 <link rel="prev" href="clutter-gst-Versioning-Macros.html" title="Versioning 
Macros">
 <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
@@ -15,7 +15,7 @@
 <td><a accesskey="p" href="clutter-gst-Versioning-Macros.html"><img 
src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 <td> </td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" 
height="24" border="0" alt="Home"></a></td>
-<th width="100%" align="center">Clutter Gst 1.3.8
+<th width="100%" align="center">Clutter Gst 1.3.10
  Reference Manual</th>
 <td> </td>
 </tr></table>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clutter-gst-1.3.8/doc/reference/tmpl/clutter-gst-util.sgml 
new/clutter-gst-1.3.10/doc/reference/tmpl/clutter-gst-util.sgml
--- old/clutter-gst-1.3.8/doc/reference/tmpl/clutter-gst-util.sgml      
2011-04-05 20:08:50.000000000 +0200
+++ new/clutter-gst-1.3.10/doc/reference/tmpl/clutter-gst-util.sgml     
2011-05-09 18:04:24.000000000 +0200
@@ -9,11 +9,13 @@
 
 </para>
 
+
 <!-- ##### SECTION See_Also ##### -->
 <para>
 
 </para>
 
+
 <!-- ##### SECTION Stability_Level ##### -->
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clutter-gst-1.3.8/doc/reference/tmpl/clutter-gst-version.sgml 
new/clutter-gst-1.3.10/doc/reference/tmpl/clutter-gst-version.sgml
--- old/clutter-gst-1.3.8/doc/reference/tmpl/clutter-gst-version.sgml   
2011-04-05 20:08:50.000000000 +0200
+++ new/clutter-gst-1.3.10/doc/reference/tmpl/clutter-gst-version.sgml  
2011-05-09 18:04:24.000000000 +0200
@@ -9,11 +9,13 @@
 
 </para>
 
+
 <!-- ##### SECTION See_Also ##### -->
 <para>
 
 </para>
 
+
 <!-- ##### SECTION Stability_Level ##### -->
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clutter-gst-1.3.8/doc/reference/tmpl/clutter-gst-video-sink.sgml 
new/clutter-gst-1.3.10/doc/reference/tmpl/clutter-gst-video-sink.sgml
--- old/clutter-gst-1.3.8/doc/reference/tmpl/clutter-gst-video-sink.sgml        
2011-04-05 20:08:50.000000000 +0200
+++ new/clutter-gst-1.3.10/doc/reference/tmpl/clutter-gst-video-sink.sgml       
2011-05-09 18:04:24.000000000 +0200
@@ -9,11 +9,13 @@
 
 </para>
 
+
 <!-- ##### SECTION See_Also ##### -->
 <para>
 
 </para>
 
+
 <!-- ##### SECTION Stability_Level ##### -->
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clutter-gst-1.3.8/doc/reference/tmpl/clutter-gst-video-texture.sgml 
new/clutter-gst-1.3.10/doc/reference/tmpl/clutter-gst-video-texture.sgml
--- old/clutter-gst-1.3.8/doc/reference/tmpl/clutter-gst-video-texture.sgml     
2011-04-05 20:08:50.000000000 +0200
+++ new/clutter-gst-1.3.10/doc/reference/tmpl/clutter-gst-video-texture.sgml    
2011-05-09 18:04:24.000000000 +0200
@@ -9,11 +9,13 @@
 
 </para>
 
+
 <!-- ##### SECTION See_Also ##### -->
 <para>
 
 </para>
 
+
 <!-- ##### SECTION Stability_Level ##### -->
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gst-1.3.8/doc/reference/version.xml 
new/clutter-gst-1.3.10/doc/reference/version.xml
--- old/clutter-gst-1.3.8/doc/reference/version.xml     2011-04-05 
18:29:18.000000000 +0200
+++ new/clutter-gst-1.3.10/doc/reference/version.xml    2011-05-09 
18:04:04.000000000 +0200
@@ -1 +1 @@
-1.3.8
+1.3.10


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to