Hi,all!
I use the ics 4.0 and openmax on the omap4. the encoder is omx_h264enc . the command is "gst-launch -v filesrc location=/mnt/ext_sdcard/nv12.yuv ! videoparse width=1280 height=720 ! omx_h264enc ! filesink location=/mnt/sdcard/test1.264 --gst-debug=omx:5". I find the test1.264 file which produce by omx_h264enc donot contain the sps/pps! when i read the videoeditor source code ,i find the videoeditor add sps/pps by itself but not by openmax . Can the omx_h264enc produce sps/pps when it encode yuv file?
Thank you!