diff options
author | Andy Wingo <wingo@pobox.com> | 2002-06-07 20:16:25 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-06-07 20:16:25 +0000 |
commit | d3d65dc9f61a311e91f5a77b9b97051739e828ee (patch) | |
tree | 298e991419022d43ba26da1f8d2a6138f305b2df | |
parent | 51aa4cdbd7c7d6c44c0be51e036e2ebdda315511 (diff) |
better latency for default audio sink
Original commit message from CVS:
better latency for default audio sink
-rw-r--r-- | examples/dynparams/filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dynparams/filter.c b/examples/dynparams/filter.c index 205b69b7..6b80c3f9 100644 --- a/examples/dynparams/filter.c +++ b/examples/dynparams/filter.c @@ -490,7 +490,7 @@ create_ui (_filter_ui_t *fui, _filter_data_t *fd) widget = gtk_label_new ("Output Pipe"); gtk_container_add (GTK_CONTAINER (vbox), widget); fui->output = gtk_entry_new (); - gtk_entry_set_text (GTK_ENTRY (fui->output), "osssink"); /* fixme: gconf default ? */ + gtk_entry_set_text (GTK_ENTRY (fui->output), "osssink fragment=1572872"); /* fixme: gconf default ? */ gtk_container_add (GTK_CONTAINER (vbox), fui->output); gtk_container_add (GTK_CONTAINER (fui->selection), vbox); g_signal_connect (G_OBJECT (fui->output), "activate", |