[gst-devel] Avi decoder

StyveA styve.attia at gmail.com
Mon Jan 31 11:48:36 CET 2011


Hello everyone !

I'm a newbie here and i'm reading the "Application Development Manual" which
is really helpful.

But here is my problem : I would like to play an Avi video file.

I've seen an example in the manual for an ogg audio file, so i've started
from here.
But I can't find a working decoder for my avi file.. 
Anyone can help me plz?

Here is my pipeline : 

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

Thanks for anyone who can help me !
-- 
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Avi-decoder-tp3248462p3248462.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.




More information about the gstreamer-devel mailing list