[gst-devel] v4lsrc svhs input

Ronald Bultje rbultje at ronald.bitfreak.net
Wed Aug 20 02:58:06 CEST 2003


Hi Kai,

On Tue, 2003-08-19 at 22:33, Kai Gossens wrote:
> how can i set the input of a v4l device in the v4lsrc? (like the svhs or composite input of a 
> analog tv card)?

With the 'channel' property (s-vhs is channel=1, IIRC). So in C, that'd
be 'g_object_set (G_OBJECT (element), "channel", 2, NULL);'. In
gst-launch, it'd be "gst-launch v4lsrc channel=1 ! ...". See gst-inspect
v4lsrc for a complete list of properties.

Ronald
-- 
Ronald Bultje <rbultje at ronald.bitfreak.net>





More information about the gstreamer-devel mailing list