mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
pipeline: remove redundant assignment.
If that block is entered, then start_time becomes GST_CLOCK_TIME_NONE. Since start_time is invalid, the code will enter the block at line 434 and new_base_time will be set there.
This commit is contained in:
parent
9557542722
commit
f096c7d4e0
1 changed files with 0 additions and 1 deletions
|
@ -411,7 +411,6 @@ gst_pipeline_change_state (GstElement * element, GstStateChange transition)
|
|||
} else {
|
||||
GST_DEBUG ("no clock, using base time of NONE");
|
||||
start_time = GST_CLOCK_TIME_NONE;
|
||||
new_base_time = GST_CLOCK_TIME_NONE;
|
||||
}
|
||||
|
||||
if (new_clock) {
|
||||
|
|
Loading…
Reference in a new issue