hi,
i am using dm368-dvsdk4 and i had encoded videotestsrc of resolution 1920x1088 with the following pipeline
gst-launch-0.10 -v videotestsrc num-buffers=100 ! video/x-raw-yuv, format=\(fourcc\)NV12, width=1920, height=1088 ! TIVidenc1 codecName=h264enc engineName=codecServer ! filesink location=output_cap_1088P.264
now iam trying to decode the above generated .264 file by using the following pipeline
gst-launch-0.10 -v filesrc location=output_cap_1088P.264 ! TIViddec2 codecName=mpeg4dec engineName=codecServer ! TIDmaiVideoSink displayStd=V4L2 displayDevice=/dev/video2 videoStd=D1_NTSC videoOutput=composite accelFrameCopy=FALSE sync=false