From 131bf5fb47676b8529c7e40c79bb081860e60a2c Mon Sep 17 00:00:00 2001 From: Alessandro Decina Date: Thu, 19 Apr 2012 05:45:40 +0200 Subject: [PATCH] appsrc: reset is_eos flag after a succesful seek from _create --- gst-libs/gst/app/gstappsrc.c | 1 + 1 file changed, 1 insertion(+) 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; } }