search for: 766f92d

Displaying 3 results from an estimated 3 matches for "766f92d".

Did you mean: 766f68d
2007 Mar 26
0
6 commits - doc/swfdec-sections.txt libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec/swfdec_loader.c player/swfplay.c swfdec-gtk.pc.in
...Author: Benjamin Otte <otte@gnome.org> Date: Mon Mar 26 22:06:25 2007 +0200 set the source to NULL when removing it Fixes get_playing returning TRUE even though we're paused diff --git a/libswfdec-gtk/swfdec_gtk_player.c b/libswfdec-gtk/swfdec_gtk_player.c index b9d65eb..766f92d 100644 --- a/libswfdec-gtk/swfdec_gtk_player.c +++ b/libswfdec-gtk/swfdec_gtk_player.c @@ -241,6 +241,7 @@ swfdec_gtk_player_set_playing (SwfdecGtk } else if (!playing && player->source != NULL) { g_source_destroy (player->source); g_source_unref (player->source); +...
2007 Apr 02
0
4 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_loader.h
...007 +0200 Change the semantics of swfdec_loader_new_from_file This function will now always return a loader (no NULL with error anymore), but will set the loader's error property instead. diff --git a/libswfdec-gtk/swfdec_gtk_player.c b/libswfdec-gtk/swfdec_gtk_player.c index 766f92d..58edd40 100644 --- a/libswfdec-gtk/swfdec_gtk_player.c +++ b/libswfdec-gtk/swfdec_gtk_player.c @@ -177,27 +177,27 @@ swfdec_gtk_player_new (void) } /** - * swfdec_gtk_player_new_from_file: - * @filename: name of the file to play - * @error: return location for error or %NULL + * swfdec_gtk_pla...
2007 Apr 04
0
Branch 'as' - 17 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_loader.h
...007 +0200 Change the semantics of swfdec_loader_new_from_file This function will now always return a loader (no NULL with error anymore), but will set the loader's error property instead. diff --git a/libswfdec-gtk/swfdec_gtk_player.c b/libswfdec-gtk/swfdec_gtk_player.c index 766f92d..58edd40 100644 --- a/libswfdec-gtk/swfdec_gtk_player.c +++ b/libswfdec-gtk/swfdec_gtk_player.c @@ -177,27 +177,27 @@ swfdec_gtk_player_new (void) } /** - * swfdec_gtk_player_new_from_file: - * @filename: name of the file to play - * @error: return location for error or %NULL + * swfdec_gtk_pla...