appsrc: reset is_eos flag after a succesful seek from _create
This commit is contained in:
parent
77db9a887c
commit
f0b17b774f
@ -974,6 +974,7 @@ gst_app_src_create (GstBaseSrc * bsrc, guint64 offset, guint size,
|
||||
goto seek_error;
|
||||
|
||||
priv->offset = offset;
|
||||
priv->is_eos = FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user