tests/examples/seek/seek.c: Increase the range of the rate selector as I would like...
authorJulien Moutte <julien@moutte.net>
Sat, 24 Nov 2007 15:02:01 +0000 (15:02 +0000)
committerJulien Moutte <julien@moutte.net>
Sat, 24 Nov 2007 15:02:01 +0000 (15:02 +0000)
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.

ChangeLog
tests/examples/seek/seek.c

index ffd05c2..5e4553f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
index bf5be2c..9520e20 100644 (file)
@@ -1638,7 +1638,7 @@ main (int argc, char **argv)
   flush_checkbox = gtk_check_button_new_with_label ("Flush");
   scrub_checkbox = gtk_check_button_new_with_label ("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");
 
   gtk_tooltips_set_tip (tips, accurate_checkbox,