/*
* call-seq:
* new( driver="auto", title="xine <version>", w=640, h=480, x=0, y=0 ) -> object
*
* Opens a new video port with given parameters. If no
* plugin identifier (driver) is given, it is autodetected. if only
* particular parameters should be given, use a hash
* (e.g. "w" => 640, :h => 480). See also
* Xine#video_out_plugins, Stream#new.
*/
static VALUE vp_new(int argc, VALUE *argv, VALUE class) {