search for: g_priority_high

Displaying 7 results from an estimated 7 matches for "g_priority_high".

Did you mean: x_priority_high
2007 Jul 16
0
configure.ac libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_playback_oss.c
...; + stream->dsp_fd = dsp_fd; + stream->fragsize = fragsize; + sound->streams = g_list_prepend (sound->streams, stream); + + channel = g_io_channel_unix_new (stream->dsp_fd); + stream->source = g_io_create_watch (channel, G_IO_OUT); + g_source_set_priority (stream->source, G_PRIORITY_HIGH); + g_source_set_callback (stream->source, (GSourceFunc) handle_stream, stream, + NULL); + g_io_channel_unref (channel); + g_source_attach (stream->source, stream->sound->context); + + return; +} + +static void +swfdec_stream_close (Stream *stream) +{ + close (stream->dsp_fd)...
2007 Jan 29
0
3 commits - autogen.sh configure.ac player/.gitignore player/Makefile.am player/swfdec_playback_alsa.c player/swfdec_playback.c player/swfdec_playback_none.c
...n_sources); - for (i = 0; i < count; i++) { - if (stream->sources[i] != NULL) - continue; - GIOChannel *channel = g_io_channel_unix_new (polls[i].fd); - stream->sources[i] = g_io_create_watch (channel, polls[i].events); - g_source_set_priority (stream->sources[i], G_PRIORITY_HIGH); - g_source_set_callback (stream->sources[i], (GSourceFunc) handle_stream, stream, NULL); - g_io_channel_unref (channel); - g_source_attach (stream->sources[i], stream->sound->context); - } - } -} - -static void -swfdec_stream_start (Stream *stream) -{ - snd_pcm_sta...
2007 Feb 22
0
6 commits - libswfdec/Makefile.am libswfdec/swfdec_js.c libswfdec/swfdec_js_mouse.c libswfdec/swfdec_listener.c libswfdec/swfdec_listener.h libswfdec/swfdec_movie.c libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_root_movie.c
...quot;%s\" is not a file Swfdec can play\n", argv[1]); - g_object_unref (player); - player = NULL; - return 1; - } + g_object_set_data (G_OBJECT (player), "loader", loader); + g_object_set_data (G_OBJECT (player), "variables", variables); + g_idle_add_full (G_PRIORITY_HIGH, add_variables, player, NULL); gtk_main ();
2007 Jan 31
0
Branch 'interpreter' - 20 commits - autogen.sh configure.ac libswfdec/js libswfdec/swfdec_debug.h libswfdec/swfdec_js.c libswfdec/swfdec_js_color.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_script.c
...n_sources); - for (i = 0; i < count; i++) { - if (stream->sources[i] != NULL) - continue; - GIOChannel *channel = g_io_channel_unix_new (polls[i].fd); - stream->sources[i] = g_io_create_watch (channel, polls[i].events); - g_source_set_priority (stream->sources[i], G_PRIORITY_HIGH); - g_source_set_callback (stream->sources[i], (GSourceFunc) handle_stream, stream, NULL); - g_io_channel_unref (channel); - g_source_attach (stream->sources[i], stream->sound->context); - } - } -} - -static void -swfdec_stream_start (Stream *stream) -{ - snd_pcm_sta...
2007 Jul 18
0
12 commits - configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_playback_alsa.c libswfdec/jpeg libswfdec/Makefile.am libswfdec/swfdec_amf.c libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.h libswfdec/swfdec_as_context.c
...if (stream->sources[i] != NULL) continue; - GIOChannel *channel = g_io_channel_unix_new (polls[i].fd); + channel = g_io_channel_unix_new (polls[i].fd); stream->sources[i] = g_io_create_watch (channel, polls[i].events); g_source_set_priority (stream->sources[i], G_PRIORITY_HIGH); g_source_set_callback (stream->sources[i], (GSourceFunc) handle_stream, stream, NULL); diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index 500c431..313afbf 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -176,6 +176,7 @@ noinst_HEADERS = \ swfdec_graphic...
2007 Mar 27
0
15 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/.gitignore libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h
...n_sources); + for (i = 0; i < count; i++) { + if (stream->sources[i] != NULL) + continue; + GIOChannel *channel = g_io_channel_unix_new (polls[i].fd); + stream->sources[i] = g_io_create_watch (channel, polls[i].events); + g_source_set_priority (stream->sources[i], G_PRIORITY_HIGH); + g_source_set_callback (stream->sources[i], (GSourceFunc) handle_stream, stream, NULL); + g_io_channel_unref (channel); + g_source_attach (stream->sources[i], stream->sound->context); + } + } +} + +static void +swfdec_stream_start (Stream *stream) +{ + snd_pcm_sta...
2007 Aug 29
0
15 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_system_as.c
...(do_break) - g_signal_connect (player, "script-added", G_CALLBACK (do_break_cb), NULL); - view_swf (player, use_image); - g_object_set_data (G_OBJECT (player), "loader", loader); - g_object_set_data (G_OBJECT (player), "variables", variables); - g_idle_add_full (G_PRIORITY_HIGH, add_variables, player, NULL); - - gtk_main (); - - player = NULL; - return 0; -} - diff-tree 02eea3ef446151ed742f1f1689f3119aa9a609de (from ef0772d72cd948c2511f8e6b7e07393f803f31fc) Author: Benjamin Otte <otte at gnome.org> Date: Tue Aug 28 15:05:19 2007 +0200 hook in ViviWidget an...