Re: [Libva] mpeg4 decoding

2015-01-12 Thread Varga, Michael
Haihao, I use modulo_time_base when reconstructing the header VideoObjectPlane header. When modulo_time_base is left blank frames do not decode correctly. From your comment your refering to vop_time_increment? For gpu acceleration vop_time_increment can be set to "0" AFAIK. MPEG 4 spec: modulo

[Libva] Reverse playback problem

2015-01-12 Thread Engin Firat
Hello, I have a simple pipeline to play video files by using vaapidecode element. I want to change the playback rates of the pipeline. This task is accomplished by sending the event which is returned by function gst_event_new_seek () to filesink. There are no problems for positive rate values but