mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
tests/examples/seek/seek.c: Increase the range of the rate selector as I would like to test QOS behavior at higher fo...
Original commit message from CVS: 2007-11-24 Julien MOUTTE <julien@moutte.net> * tests/examples/seek/seek.c: (main): Increase the range of the rate selector as I would like to test QOS behavior at higher forward and reverse playback speed like say 64x.
This commit is contained in:
parent
155d1b123d
commit
1e20dcab0f
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2007-11-24 Julien MOUTTE <julien@moutte.net>
|
||||||
|
|
||||||
|
* tests/examples/seek/seek.c: (main): Increase the range of the
|
||||||
|
rate selector as I would like to test QOS behavior at higher
|
||||||
|
forward and reverse playback speed like say 64x.
|
||||||
|
|
||||||
2007-11-23 Sebastian Dröge <slomo@circular-chaos.org>
|
2007-11-23 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
* gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
|
* gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
|
||||||
|
|
|
@ -1638,7 +1638,7 @@ main (int argc, char **argv)
|
||||||
flush_checkbox = gtk_check_button_new_with_label ("Flush");
|
flush_checkbox = gtk_check_button_new_with_label ("Flush");
|
||||||
scrub_checkbox = gtk_check_button_new_with_label ("Scrub");
|
scrub_checkbox = gtk_check_button_new_with_label ("Scrub");
|
||||||
play_scrub_checkbox = gtk_check_button_new_with_label ("Play Scrub");
|
play_scrub_checkbox = gtk_check_button_new_with_label ("Play Scrub");
|
||||||
rate_spinbutton = gtk_spin_button_new_with_range (-10, 10, 0.1);
|
rate_spinbutton = gtk_spin_button_new_with_range (-100, 100, 0.1);
|
||||||
rate_label = gtk_label_new ("Rate");
|
rate_label = gtk_label_new ("Rate");
|
||||||
|
|
||||||
gtk_tooltips_set_tip (tips, accurate_checkbox,
|
gtk_tooltips_set_tip (tips, accurate_checkbox,
|
||||||
|
|
Loading…
Reference in a new issue