[gst-devel] v4l2src fails to change video norm from PAL to NTSC

wally_bkg wb666greene at gmail.com
Wed Dec 8 00:39:43 CET 2010


Looks like another undocumented or unintentional change to gstreamer, need to
set pipeline to READY instead of PAUSED now before using the interface.

Change:

 gst_element_set_state (pipeline, GST_STATE_PAUSED); 

To:

gst_element_set_state (pipeline, GST_STATE_READY); 

And the PAL to NTSC switch happens correctly now.

-- 
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/v4l2src-fails-to-change-video-norm-from-PAL-to-NTSC-tp3076696p3077453.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.




More information about the gstreamer-devel mailing list