diff --git a/ChangeLog b/ChangeLog index 57e9900b20..a0cec585b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-02-21 Jan Schmidt + + * tests/examples/seek/seek.c: (do_seek): + Undo the previous commit: -1 as a stop time implies that the stop + time is the end of file, clearing any previously configured segment. + 2007-02-21 Jan Schmidt * tests/examples/seek/seek.c: (do_seek): diff --git a/tests/examples/seek/seek.c b/tests/examples/seek/seek.c index 5ac774c712..13ca36fffc 100644 --- a/tests/examples/seek/seek.c +++ b/tests/examples/seek/seek.c @@ -1112,8 +1112,7 @@ do_seek (GtkWidget * widget) if (rate >= 0) { s_event = gst_event_new_seek (rate, - GST_FORMAT_TIME, flags, GST_SEEK_TYPE_SET, real, GST_SEEK_TYPE_NONE, - -1); + GST_FORMAT_TIME, flags, GST_SEEK_TYPE_SET, real, GST_SEEK_TYPE_SET, -1); } else { s_event = gst_event_new_seek (rate, GST_FORMAT_TIME, flags, GST_SEEK_TYPE_SET, G_GINT64_CONSTANT (0),