mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
appsrc: reset is_eos flag after a succesful seek from _create
This commit is contained in:
parent
0ec452409f
commit
131bf5fb47
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue