appsrc: reset is_eos flag after a succesful seek from _create
This commit is contained in:
parent
0ec452409f
commit
131bf5fb47
@ -977,6 +977,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