I had a problem with my DM368 design when the video wasn't hooked up. After detecting the lack of video and hooking it up, my application would fail to operate properly. After debugging I found the problem was a bug in DMAI's Capture_detectVideoStd. If video is not detected the function fails to close the vfpe_capture driver before exiting. Before posting this bug I decide to search the forum and found this year old bug report.
http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/100/p/7683/30516.aspx#30516
This is a serious flaw for someone trying to design a stable consumer product. You can detect and report user error for failing to hook up video, but after rectifying the problem the application will fail on subsequent attempts to start encoding.
John A