<div>Hi,</div>
<div> </div>
<div>I have posted many questions on this forum and I would like to sum up my problem today.</div>
<div> </div>
<div>I have developed :</div>
<div> </div>
<div>- an <strong>Encoder h264</strong> on this model : appsrc -> x264enc -> appsink</div>
<div>- a<strong> Decoder</strong> that does VDPAU hardware acceleration with : appsrc -> vdpauh264dec -> vdpauvideopostprocess -> vdpausink.</div>
<div> </div>
<div>(The use of GstAppSrc and GstAppSink responds to my project's constraint which is the use of a particular network protocol...)</div>
<div> </div>
<div>I have tested the whole process with MPEG2 codec and it works fine (CPU < 2%). But no way to do it with h264...?</div>
<div> </div>
<div>The decoder replies (<span>GST_DEBUG log) :</span></div>
<div>
<div><span> </span></div>
<div><span>0:00:04.492899441 8629 0x1c2d570 DEBUG basevideodecoder gstbasevideodecoder.c:567:gst_base_video_decoder_drain: </span><strong><span>no sync, scanning</span><br></strong><span>0:00:04.492909724 8629 0x1c2d570 DEBUG basevideodecoder gstbasevideodecoder.c:587:gst_base_video_decoder_drain: </span><strong><span>found possible sync after 0 bytes (of 3)</span><br>
</strong><span>0:00:04.492918819 8629 0x1c2d570 DEBUG </span><strong><span> vdpauh264dec</span></strong><span> h264/gstvdph264dec.c:654:gst_vdp_h264_dec_scan_for_packet_end: start_code: 1</span></div>
<div><span> </span></div>
<div><span>No error and no warning.....? I don't understand what is going wrong. Any idea? Thanks in advance!</span><br></div></div>
<div> </div>