[gst-devel] Playing avi - a newbie question

Štěpán stepan1117 at atlas.cz
Sun Oct 12 18:04:50 CEST 2008


Thanks for your answer, I added

adconvert = gst_element_factory_make ("audioconvert", "audioconvert");

and changed linking to

gst_element_link (decad, adconvert);
gst_element_link (adconvert, adqueue);
gst_element_link (adqueue, adsink);

but still the same problem (gstavidemux.c(4115): gst_avi_demux_loop ():
/GstPipeline:media-player/GstAviDemux:avi-demuxer:
streaming stopped, reason not-negotiated).

I still cannot find what "not-negotiated" stand for. Does this means,
that the avidemux and ffmpeg cannot cope because of video format? Or is
this something else?
Thanks,
    Stepan

Felipe Contreras napsal(a):
> On Sun, Oct 12, 2008 at 6:22 PM, Štěpán <stepan1117 at atlas.cz> wrote:
>   
>> Hi,
>>   thanks very much for your answer, I studied the given part of manual
>> and found, that somebody before me was facing similar problem. So, I
>> rewrote the code and now it looks like this:
>>     
>
> You probably need audioconvert between mad and alsasink.
>
>   




More information about the gstreamer-devel mailing list