No subject


Sun Feb 20 09:24:37 PST 2011


#define VIDEO_MODE_PAL		0
#define VIDEO_MODE_NTSC		1
#define VIDEO_MODE_SECAM	2
#define VIDEO_MODE_AUTO		3

Is it possible (and how) to use following functions from "[..]/gst-plugin=
s-base-0.9.6/sys/v4l/v4l_calls.h"?

/* norm control (norm =3D VIDEO_MODE_{PAL|NTSC|SECAM|AUTO}) */
gboolean gst_v4l_get_chan_norm  (GstV4lElement *v4lelement,
				 gint          *channel,
				 gint          *norm);
gboolean gst_v4l_set_chan_norm  (GstV4lElement *v4lelement,
				 gint           channel,
				 gint           norm);


Thanks
Amo

---------- Initial Header -----------



More information about the gstreamer-devel mailing list