mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
validate: Do not wrongly set clip duration for UriClips
That was making no sense at all....
This commit is contained in:
parent
23c71e8222
commit
f3f27bd636
1 changed files with 0 additions and 4 deletions
|
@ -351,10 +351,6 @@ _add_clip (GstValidateScenario * scenario, GstValidateAction * action)
|
|||
goto beach;
|
||||
}
|
||||
|
||||
if (type == GES_TYPE_URI_CLIP) {
|
||||
duration = GST_CLOCK_TIME_NONE;
|
||||
}
|
||||
|
||||
clip = ges_layer_add_asset (layer, asset, start, inpoint, duration,
|
||||
GES_TRACK_TYPE_UNKNOWN);
|
||||
|
||||
|
|
Loading…
Reference in a new issue