<div dir="ltr">Hi,<br>i was testing basic encode and decode chains.<br><br>gst-launch videotestsrc ! ffmpegcolorspace ! theoraenc ! filesink location=/test_theoraenc.bin<br><br>this created a file. then i tried<br><br>gst-launch filesrc location=/test_theoraenc.bin ! theoradec ! ffmpegcolorspace ! xvimagesink<br>
<br>but this gave me following error:<br>--------------------------------------------------------------------------------------------------<br>ERROR: from element /pipeline0/theoradec0: Could not decode stream.<br>Additional debug info:<br>
theoradec.c(1166): theora_handle_data_packet (): /pipeline0/theoradec0:<br>no header sent yet<br>--------------------------------------------------------------------------------------------------<br><br>was there any mistake in my commands?<br>
<br>Thanks,<br>Sachin<br></div>