validate-scenario: Fix copy/paste error

CID #1415502
This commit is contained in:
Edward Hervey 2017-07-18 15:45:13 +02:00 committed by Edward Hervey
parent e5903f1d05
commit e6073a411c

View file

@ -2534,7 +2534,7 @@ gst_validate_scenario_update_segment_from_seek (GstValidateScenario * scenario,
if (stop_type == GST_SEEK_TYPE_SET) { if (stop_type == GST_SEEK_TYPE_SET) {
priv->segment_stop = stop; priv->segment_stop = stop;
} else if (start_type == GST_SEEK_TYPE_END) { } else if (stop_type == GST_SEEK_TYPE_END) {
/* TODO fill me */ /* TODO fill me */
} }
} }