search for: swfdec_type_gtk_load

Displaying 9 results from an estimated 9 matches for "swfdec_type_gtk_load".

Did you mean: swfdec_type_gtk_loader
2009 Dec 02
4
http url support in swfdec-0.8.4
Dear All, I am using swfdec-0.8.4 player over directfb.. I am able to play stored swf files where as im not able to play any only swf files I get following error open http://www.foo.com/foobar.swf failure, err = No such file or directory Thanks and regards Deepak -------------- next part -------------- An HTML attachment was scrubbed... URL:
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
...lt;/FILE> +<TITLE>SwfdecGtkLoader</TITLE> +SwfdecGtkLoader +swfdec_gtk_loader_new +<SUBSECTION Standard> +swfdec_gtk_loader_get_type +SwfdecGtkLoaderClass +SWFDEC_GTK_LOADER +SWFDEC_GTK_LOADER_CLASS +SWFDEC_GTK_LOADER_GET_CLASS +SWFDEC_IS_GTK_LOADER +SWFDEC_IS_GTK_LOADER_CLASS +SWFDEC_TYPE_GTK_LOADER +</SECTION> diff --git a/doc/swfdec.types b/doc/swfdec.types index dbd39e4..9b70671 100644 --- a/doc/swfdec.types +++ b/doc/swfdec.types @@ -1,8 +1,10 @@ #include <libswfdec/swfdec.h> +#include <libswfdec-gtk/swfdec-gtk.h> swfdec_player_get_type swfdec_audio_get_type swfde...
2007 Aug 02
0
4 commits - libswfdec-gtk/swfdec_gtk_loader.c libswfdec/swfdec_file_loader.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader.h player/swfdec_slow_loader.c
...d (loader, parent, request, data, data_len); } else { SwfdecGtkLoader *gtk = SWFDEC_GTK_LOADER (loader); SwfdecGtkLoaderClass *klass = SWFDEC_GTK_LOADER_GET_CLASS (gtk); @@ -179,6 +179,6 @@ swfdec_gtk_loader_new (const char *uri) url = swfdec_url_new (uri); loader = g_object_new (SWFDEC_TYPE_GTK_LOADER, "url", url, NULL); swfdec_url_free (url); - swfdec_gtk_loader_load (loader, SWFDEC_LOADER_REQUEST_DEFAULT, NULL, 0); + swfdec_gtk_loader_load (loader, NULL, SWFDEC_LOADER_REQUEST_DEFAULT, NULL, 0); return loader; } diff --git a/libswfdec/swfdec_file_loader.c b/libswfdec/swfdec...
2007 Jun 28
0
Branch 'as' - 2 commits - doc/swfdec-sections.txt libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h
...866a6e0942) Author: Benjamin Otte <otte at gnome.org> Date: Thu Jun 28 19:27:11 2007 +0200 document the macros diff --git a/doc/swfdec-sections.txt b/doc/swfdec-sections.txt index 30ac93b..4d93f11 100644 --- a/doc/swfdec-sections.txt +++ b/doc/swfdec-sections.txt @@ -184,10 +184,31 @@ SWFDEC_TYPE_GTK_LOADER <TITLE>SwfdecAsValue</TITLE> SwfdecAsValueType SwfdecAsValue +SWFDEC_AS_VALUE_SET_UNDEFINED +SWFDEC_AS_VALUE_GET_BOOLEAN swfdec_as_value_to_boolean -swfdec_as_value_to_integer +SWFDEC_AS_VALUE_SET_BOOLEAN +SWFDEC_AS_VALUE_GET_NUMBER swfdec_as_value_to_number +swfdec_as_value_to_i...
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
...lt;/FILE> +<TITLE>SwfdecGtkLoader</TITLE> +SwfdecGtkLoader +swfdec_gtk_loader_new +<SUBSECTION Standard> +swfdec_gtk_loader_get_type +SwfdecGtkLoaderClass +SWFDEC_GTK_LOADER +SWFDEC_GTK_LOADER_CLASS +SWFDEC_GTK_LOADER_GET_CLASS +SWFDEC_IS_GTK_LOADER +SWFDEC_IS_GTK_LOADER_CLASS +SWFDEC_TYPE_GTK_LOADER +</SECTION> diff --git a/doc/swfdec.types b/doc/swfdec.types index dbd39e4..9b70671 100644 --- a/doc/swfdec.types +++ b/doc/swfdec.types @@ -1,8 +1,10 @@ #include <libswfdec/swfdec.h> +#include <libswfdec-gtk/swfdec-gtk.h> swfdec_player_get_type swfdec_audio_get_type swfde...
2007 Jun 28
0
Branch 'as' - 4 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h
...f="xml/SwfdecAsValue.xml"/> + </chapter> </book> diff --git a/doc/swfdec-sections.txt b/doc/swfdec-sections.txt index e0454c7..30ac93b 100644 --- a/doc/swfdec-sections.txt +++ b/doc/swfdec-sections.txt @@ -178,3 +178,16 @@ SWFDEC_IS_GTK_LOADER SWFDEC_IS_GTK_LOADER_CLASS SWFDEC_TYPE_GTK_LOADER </SECTION> + +<SECTION> +<FILE>SwfdecAsValue</FILE> +<TITLE>SwfdecAsValue</TITLE> +SwfdecAsValueType +SwfdecAsValue +swfdec_as_value_to_boolean +swfdec_as_value_to_integer +swfdec_as_value_to_number +swfdec_as_value_to_object +swfdec_as_value_to_primitive +swf...
2007 Jun 29
0
Branch 'as' - 3 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h
...ecAsValue.xml"/> + <xi:include href="xml/SwfdecAsContext.xml"/> </chapter> </book> diff --git a/doc/swfdec-sections.txt b/doc/swfdec-sections.txt index 4d93f11..d147bdd 100644 --- a/doc/swfdec-sections.txt +++ b/doc/swfdec-sections.txt @@ -180,6 +180,14 @@ SWFDEC_TYPE_GTK_LOADER </SECTION> <SECTION> +<FILE>Internals</FILE> +<TITLE>Internals</TITLE> +swfdec_as_object_mark +swfdec_as_string_mark +swfdec_as_value_mark +</SECTION> + +<SECTION> <FILE>SwfdecAsValue</FILE> <TITLE>SwfdecAsValue</TITLE>...
2007 Jul 31
0
10 commits - doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_buffer.c libswfdec/swfdec_debugger.c libswfdec/swfdec.h
..._loader_error (loader, err); g_free (err); @@ -155,20 +157,6 @@ swfdec_gtk_loader_open_cb (GnomeVFSAsync swfdec_gtk_loader_start_read (gtk); } -static SwfdecLoader * -swfdec_gtk_loader_new_from_uri (GnomeVFSURI *uri) -{ - SwfdecGtkLoader *gtk; - - g_assert (uri); - gtk = g_object_new (SWFDEC_TYPE_GTK_LOADER, NULL); - gtk->guri = uri; - gnome_vfs_async_open_uri (&gtk->handle, uri, GNOME_VFS_OPEN_READ, - GNOME_VFS_PRIORITY_DEFAULT, swfdec_gtk_loader_open_cb, gtk); - SWFDEC_LOADER (gtk)->url = gnome_vfs_uri_to_string (uri, GNOME_VFS_URI_HIDE_PASSWORD); - return SWFDEC_LOADER (gtk...
2008 Jan 21
0
70 commits - configure.ac libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_socket.c libswfdec-gtk/swfdec_gtk_socket.h libswfdec-gtk/swfdec_playback_alsa.c
..._USER_OWNED, (char *) buffer->data, buffer->length); g_object_ref (gtk->message); soup_session_queue_message (klass->session, gtk->message, NULL, NULL); } @@ -225,6 +225,6 @@ swfdec_gtk_loader_new (const char *uri) url = swfdec_url_new (uri); loader = g_object_new (SWFDEC_TYPE_GTK_LOADER, "url", url, NULL); swfdec_url_free (url); - swfdec_gtk_loader_load (loader, NULL, SWFDEC_LOADER_REQUEST_DEFAULT, NULL, 0); + swfdec_gtk_loader_load (loader, NULL, SWFDEC_LOADER_REQUEST_DEFAULT, NULL); return loader; } diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am...