vkinstance: register GStreamer version as engine version
Specification says:
engineVersion is an unsigned integer variable containing the developer-supplied version number of the engine used to create the application.
Assuming the engine is GStreamer, it would be expected to set its version as engine version.
Also, the first initialization of VkApplicationInfo and VkInstanceCreateInfo are removed since both structures are filled up completely.