]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/commitdiff
better latency for default audio sink
authorAndy Wingo <wingo@pobox.com>
Fri, 7 Jun 2002 20:16:25 +0000 (20:16 +0000)
committerAndy Wingo <wingo@pobox.com>
Fri, 7 Jun 2002 20:16:25 +0000 (20:16 +0000)
Original commit message from CVS:
better latency for default audio sink

examples/dynparams/filter.c

index 205b69b775ce3b67ed2b37785719d7729455ebfd..6b80c3f906066c511ad19f99f03e99552def4979 100644 (file)
@@ -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",