[gst-devel] Avi decoder

StyveA styve.attia at gmail.com
Mon Jan 31 12:17:53 CET 2011


Thanks Stefan and Tim !

Hum as I said I'm a newbie, so I don't understand everything yet ^^'

If I'm correct, my pipeline should look like this : (?)


pipeline = gst_pipeline_new ("video-player");
source = gst_element_factory_make ("filesrc", "file-source");
decoder = gst_element_factory_make ("decodebin2", "decoder");
conv = gst_element_factory_make ("videoconvert", "converter");
sink = gst_element_factory_make ("autovideosink", "video-output");

Am I correct? :o 

Tim> I need to do this in code,  I don't want to use a command. But thanks
^^
       and for the format inside the AVI.. Oo.. I don't know this.. That's a
common movie
-- 
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Avi-decoder-tp3248462p3248503.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.




More information about the gstreamer-devel mailing list