search for: cfg_prebuf_inp

Displaying 1 result from an estimated 1 matches for "cfg_prebuf_inp".

2004 Aug 06
0
[PATCH] speex-xmms endian problems fixed
...TK_JUSTIFY_LEFT); gtk_container_add(GTK_CONTAINER(cfg_buffer_label_box), GTK_WIDGET(cfg_prebuf_label)); - cfg_prebuf_adj = gtk_adjustment_new(speex_cfg->prebuffer, 0, 100, 1, 1, 1); + cfg_prebuf_adj = GTK_WIDGET(gtk_adjustment_new(speex_cfg->prebuffer, 0, 100, 1, 1, 1)); cfg_prebuf_inp = gtk_spin_button_new(GTK_ADJUSTMENT(cfg_prebuf_adj), 1, 0); gtk_spin_button_set_value(GTK_SPIN_BUTTON(cfg_prebuf_inp), speex_cfg->prebuffer); <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this l...