[Swfdec] 2 commits - doc/Makefile.am libswfdec/swfdec_resource.c

Benjamin Otte company at kemper.freedesktop.org
Thu Nov 8 10:19:38 PST 2007


 doc/Makefile.am             |    2 ++
 libswfdec/swfdec_resource.c |    4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit bef2f474ebdaff533d9470eb0a7c513d676804b7
Author: Benjamin Otte <otte at gnome.org>
Date:   Thu Nov 8 19:18:37 2007 +0100

    also perform actions when initializing the root movie

diff --git a/libswfdec/swfdec_resource.c b/libswfdec/swfdec_resource.c
index 5b7b448..9983642 100644
--- a/libswfdec/swfdec_resource.c
+++ b/libswfdec/swfdec_resource.c
@@ -94,8 +94,10 @@ swfdec_resource_loader_target_image (SwfdecResource *instance)
     movie->n_frames = movie->sprite->n_frames;
     swfdec_movie_invalidate (SWFDEC_MOVIE (movie));
     swfdec_resource_check_rights (instance);
-    if (swfdec_resource_is_root (instance))
+    if (swfdec_resource_is_root (instance)) {
       swfdec_movie_initialize (SWFDEC_MOVIE (movie));
+      swfdec_player_perform_actions (instance->player);
+    }
   } else {
     g_assert_not_reached ();
   }
commit c487be87e03927467deeb73e13132a5bf4557771
Author: Benjamin Otte <otte at gnome.org>
Date:   Thu Nov 8 19:18:16 2007 +0100

    add the two latest headers

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5f441f8..d697817 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -106,6 +106,7 @@ IGNORE_HFILES= \
 	swfdec_morph_movie.h \
 	swfdec_morphshape.h \
 	swfdec_movie.h \
+	swfdec_movie_clip_loader.h \
 	swfdec_net_connection.h \
 	swfdec_net_stream.h \
 	swfdec_path.h \
@@ -113,6 +114,7 @@ IGNORE_HFILES= \
 	swfdec_player_internal.h \
 	swfdec_rect.h \
 	swfdec_resource.h \
+	swfdec_resource_request.h \
 	swfdec_ringbuffer.h \
 	swfdec_root_movie.h \
 	swfdec_root_sprite.h \


More information about the Swfdec mailing list