mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-03 02:33:53 +00:00
parent
e5903f1d05
commit
e6073a411c
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue