[clutter-gst] Update docs.



commit f92dacad16f4ff452f4174f4b3a53ce3e3317a0e
Author: Andre Moreira Magalhaes (andrunko) <andre magalhaes collabora co uk>
Date:   Wed Aug 22 13:27:43 2012 -0300

    Update docs.

 clutter-gst/clutter-gst-video-sink.c   |    2 +-
 doc/reference/clutter-gst-docs.sgml    |    3 +-
 doc/reference/clutter-gst-sections.txt |   86 +++++++++++++++++++++-----------
 3 files changed, 59 insertions(+), 32 deletions(-)
---
diff --git a/clutter-gst/clutter-gst-video-sink.c b/clutter-gst/clutter-gst-video-sink.c
index 7894209..742b3a7 100644
--- a/clutter-gst/clutter-gst-video-sink.c
+++ b/clutter-gst/clutter-gst-video-sink.c
@@ -375,7 +375,7 @@ clutter_gst_parse_caps (GstCaps * caps,
   if (save) {
     priv->info = vinfo;
 
-    /* If we happen to use a ClutterGstVideoTexture, now is to good time
+    /* If we happen to use a ClutterGstVideoActor, now is to good time
      * to instruct it about the pixel aspect ratio so we can have a
      * correct natural width/height */
     ensure_texture_pixel_aspect_ratio (sink);
diff --git a/doc/reference/clutter-gst-docs.sgml b/doc/reference/clutter-gst-docs.sgml
index b350bda..3027a3d 100644
--- a/doc/reference/clutter-gst-docs.sgml
+++ b/doc/reference/clutter-gst-docs.sgml
@@ -55,8 +55,9 @@
 
   <chapter>
     <title>Clutter Actors And Objects</title>
+    <xi:include href="xml/clutter-gst-actor.xml"/>
     <xi:include href="xml/clutter-gst-player.xml"/>
-    <xi:include href="xml/clutter-gst-video-texture.xml"/>
+    <xi:include href="xml/clutter-gst-video-actor.xml"/>
     <xi:include href="xml/clutter-gst-video-sink.xml"/>
     <xi:include href="xml/clutter-gst-util.xml"/>
     <xi:include href="xml/clutter-gst-version.xml"/>
diff --git a/doc/reference/clutter-gst-sections.txt b/doc/reference/clutter-gst-sections.txt
index 3c2fef8..2a9b1b3 100644
--- a/doc/reference/clutter-gst-sections.txt
+++ b/doc/reference/clutter-gst-sections.txt
@@ -19,19 +19,36 @@ clutter_gst_player_class_init
 clutter_gst_player_init
 clutter_gst_player_deinit
 clutter_gst_player_get_pipeline
-clutter_gst_player_get_idle
+clutter_gst_player_set_uri
+clutter_gst_player_get_uri
+clutter_gst_player_set_filename
+clutter_gst_player_set_playing
+clutter_gst_player_is_playing
 clutter_gst_player_get_user_agent
 clutter_gst_player_set_user_agent
-clutter_gst_player_set_seek_flags
 clutter_gst_player_get_seek_flags
+clutter_gst_player_set_seek_flags
 clutter_gst_player_get_buffering_mode
 clutter_gst_player_set_buffering_mode
+clutter_gst_player_get_buffer_fill
+clutter_gst_player_set_audio_volume
+clutter_gst_player_get_audio_volume
 clutter_gst_player_get_audio_streams
 clutter_gst_player_get_audio_stream
 clutter_gst_player_set_audio_stream
+clutter_gst_player_set_subtitle_uri
+clutter_gst_player_get_subtitle_uri
+clutter_gst_player_set_subtitle_font_name
+clutter_gst_player_get_subtitle_font_name
 clutter_gst_player_get_subtitle_tracks
 clutter_gst_player_get_subtitle_track
 clutter_gst_player_set_subtitle_track
+clutter_gst_player_get_idle
+clutter_gst_player_get_can_seek
+clutter_gst_player_get_in_seek
+clutter_gst_player_set_progress
+clutter_gst_player_get_progress
+clutter_gst_player_get_duration
 <SUBSECTION Standard>
 CLUTTER_GST_PLAYER
 CLUTTER_GST_IS_PLAYER
@@ -43,36 +60,45 @@ ClutterGstPlayerIfacePrivate
 </SECTION>
 
 <SECTION>
-<FILE>clutter-gst-video-texture</FILE>
-<TITLE>ClutterGstVideoTexture</TITLE>
-ClutterGstVideoTexture
-ClutterGstVideoTextureClass
-clutter_gst_video_texture_new
-clutter_gst_video_texture_get_pipeline
-clutter_gst_video_texture_get_idle_material
-clutter_gst_video_texture_set_idle_material
-clutter_gst_video_texture_get_user_agent
-clutter_gst_video_texture_set_user_agent
-clutter_gst_video_texture_set_seek_flags
-clutter_gst_video_texture_get_seek_flags
-clutter_gst_video_texture_get_buffering_mode
-clutter_gst_video_texture_set_buffering_mode
-clutter_gst_video_texture_get_audio_streams
-clutter_gst_video_texture_get_audio_stream
-clutter_gst_video_texture_set_audio_stream
-clutter_gst_video_texture_get_subtitle_tracks
-clutter_gst_video_texture_get_subtitle_track
-clutter_gst_video_texture_set_subtitle_track
+<FILE>clutter-gst-actor</FILE>
+<TITLE>ClutterGstActor</TITLE>
+ClutterGstActor
+ClutterGstActorClass
+clutter_gst_actor_get_cogl_texture
+clutter_gst_actor_set_cogl_texture
+clutter_gst_actor_get_cogl_material
+clutter_gst_actor_set_cogl_material
+clutter_gst_actor_is_idle
+clutter_gst_actor_get_idle_material
+clutter_gst_actor_set_idle_material
+<SUBSECTION Standard>
+CLUTTER_GST_ACTOR
+CLUTTER_GST_IS_ACTOR
+CLUTTER_GST_TYPE_ACTOR
+clutter_gst_actor_get_type
+CLUTTER_GST_ACTOR_CLASS
+CLUTTER_GST_IS_ACTOR_CLASS
+CLUTTER_GST_ACTOR_GET_CLASS
+<SUBSECTION Private>
+ClutterGstActorPrivate
+</SECTION>
+
+<SECTION>
+<FILE>clutter-gst-video-actor</FILE>
+<TITLE>ClutterGstVideoActor</TITLE>
+ClutterGstVideoActor
+ClutterGstVideoActorClass
+clutter_gst_video_actor_new
 <SUBSECTION Standard>
-CLUTTER_GST_VIDEO_TEXTURE
-CLUTTER_GST_IS_VIDEO_TEXTURE
-CLUTTER_GST_TYPE_VIDEO_TEXTURE
-clutter_gst_video_texture_get_type
-CLUTTER_GST_VIDEO_TEXTURE_CLASS
-CLUTTER_GST_IS_VIDEO_TEXTURE_CLASS
-CLUTTER_GST_VIDEO_TEXTURE_GET_CLASS
+CLUTTER_GST_VIDEO_ACTOR
+CLUTTER_GST_IS_VIDEO_ACTOR
+CLUTTER_GST_TYPE_VIDEO_ACTOR
+clutter_gst_video_actor_get_type
+CLUTTER_GST_VIDEO_ACTOR_CLASS
+CLUTTER_GST_IS_VIDEO_ACTOR_CLASS
+CLUTTER_GST_VIDEO_ACTOR_GET_CLASS
 <SUBSECTION Private>
-ClutterGstVideoTexturePrivate
+ClutterGstVideoActorPrivate
 </SECTION>
 
 <SECTION>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]