appsrc: reset is_eos flag after a succesful seek from _create

This commit is contained in:
Alessandro Decina 2012-04-19 05:45:40 +02:00
parent 0ec452409f
commit 131bf5fb47

View file

@ -977,6 +977,7 @@ gst_app_src_create (GstBaseSrc * bsrc, guint64 offset, guint size,
goto seek_error;
priv->offset = offset;
priv->is_eos = FALSE;
}
}