<div>Hi,</div>
<div> </div>
<div>I've solved my problem with the basic encoder which is based on the pipeline : AppSrc -> x264enc -> AppSink</div>
<div> </div>
<div>But now I try to decode and play this video with another application based on this pipeline : AppSrc -> vdpauh264dec -> vdpauvideopostprocess -> vdpausink (which works with an MPEG2 stream). The purpose is to do an application that does VDPAU acceleration for decoding those 2 codecs.</div>
<div> </div>
<div>In the particular case of the h264 stream I obtain no display. It seems that the decoder doesn't do its job. I print part of the GST_DEBUG log :</div>
<div> </div>
<div>0:00:04.492899441 8629 0x1c2d570 DEBUG basevideodecoder gstbasevideodecoder.c:567:gst_base_video_decoder_drain: <strong>no sync, scanning<br></strong>0:00:04.492909724 8629 0x1c2d570 DEBUG basevideodecoder gstbasevideodecoder.c:587:gst_base_video_decoder_drain: <strong>found possible sync after 0 bytes (of 3)<br>
</strong>0:00:04.492918819 8629 0x1c2d570 DEBUG <strong> vdpauh264dec</strong> h264/gstvdph264dec.c:654:gst_vdp_h264_dec_scan_for_packet_end: start_code: 1</div>
<div> </div>
<div>No error and no warning.....? I don't understand what is going wrong. Any idea? Thanks in advance!<br> </div>