Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
7ada2562
Commit
7ada2562
authored
Jun 07, 2002
by
Andy Wingo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
better latency for default audio sink
Original commit message from CVS: better latency for default audio sink
parent
164d7eff
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
examples/dynparams/filter.c
examples/dynparams/filter.c
+1
-1
tests/old/examples/dynparams/filter.c
tests/old/examples/dynparams/filter.c
+1
-1
No files found.
examples/dynparams/filter.c
View file @
7ada2562
...
...
@@ -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"
,
...
...
tests/old/examples/dynparams/filter.c
View file @
7ada2562
...
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment