<div dir="ltr">I am trying this pipeline to convert wmv to ogv.<div><br></div><div><div>gst-launch filesrc location=../trailer_videos/Amazon_1080.wmv !</div><div>                decodebin ! name=demux ! queue ! ffmpegcolorspace ! theoraenc ! </div><div>                oggmux name=mux ! filesink location=../Amazon.ogv  demux. ! queue ! progressreport !</div><div>                audioconvert ! audioresample ! vorbisenc ! mux.</div></div><div><br></div><div>and getting this error:</div><div><div>0:00:00.025897773 25225      0x107d200 ERROR           GST_PIPELINE ./grammar.y:735:priv_gst_parse_yyparse: link without source element</div><div>0:00:00.025926967 25225      0x107d200 ERROR           GST_PIPELINE ./grammar.y:741:priv_gst_parse_yyparse: link without sink element</div><div>0:00:00.037466004 25225      0x107d200 ERROR           GST_PIPELINE ./grammar.y:983:priv_gst_parse_launch: No element named "demux" - omitting link</div><div>WARNING: erroneous pipeline: link without source element</div></div><div><br></div><div><br></div><div><br></div><div>I'm stuck... What do I have wrong.</div><div><br></div><div>Thanks,</div><div><br></div><div>jerry</div></div>