diff --git a/gst-libs/gst/app/gstappsrc.c b/gst-libs/gst/app/gstappsrc.c index 605df44a3d..c814412a5d 100644 --- a/gst-libs/gst/app/gstappsrc.c +++ b/gst-libs/gst/app/gstappsrc.c @@ -977,6 +977,7 @@ gst_app_src_create (GstBaseSrc * bsrc, guint64 offset, guint size, goto seek_error; priv->offset = offset; + priv->is_eos = FALSE; } }