summaryrefslogtreecommitdiff
path: root/gst/audiotestsrc/gstaudiotestsrc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/audiotestsrc/gstaudiotestsrc.c')
-rw-r--r--gst/audiotestsrc/gstaudiotestsrc.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gst/audiotestsrc/gstaudiotestsrc.c b/gst/audiotestsrc/gstaudiotestsrc.c
index 15cb4a3d9..064bf3507 100644
--- a/gst/audiotestsrc/gstaudiotestsrc.c
+++ b/gst/audiotestsrc/gstaudiotestsrc.c
@@ -1123,16 +1123,6 @@ gst_audio_test_src_do_seek (GstBaseSrc * basesrc, GstSegment * segment)
src->next_sample = next_sample;
- if (!src->reverse) {
- if (GST_CLOCK_TIME_IS_VALID (segment->start)) {
- segment->time = segment->start;
- }
- } else {
- if (GST_CLOCK_TIME_IS_VALID (segment->stop)) {
- segment->time = segment->stop;
- }
- }
-
if (GST_CLOCK_TIME_IS_VALID (segment->stop)) {
time = segment->stop;
src->sample_stop =