Part Number: TMDXEVM8148
Other Parts Discussed in Thread: TVP7002, TVP5147
Tool/software: Linux
Hello,
Im trying to run the Gstreamers examples on the TMDXEVM8148 board and unable to get the expected outputs.
1) I tried to run the videotestsrc which comes with Gstreamer, but was unsuccessfull. As given in the Software Developers Guideline doc, under section "Running GStreamer pipelines",
I stopped the matrix application, then i disabled the Graphics plane 0 by echo 0 > /sys/devices/platform/vpss/graphics0/enabled, and the planes 1 and 2 were already disabled(echo'd and verified).
then i run the command gst-launch-0.10 videotestsrc ! autovideoconvert ! autovideosink ,but the test pattern video is not displayed on LCD. The process is suspended after "Setting pipeline to PAUSED..." .
As another try, then i enabled the graphics plane by echo'ing 1 (matrix application is in stopped state)and tried the same command for which the error ERROR:Pipeline doesn't want to pause. Attached the image for reference.
Can someone help in guiding me in resolving this? Am i missing any steps ?
2)To construct my own pipelines, the software dev guide directs to http://processors.wiki.ti.com/index.php/DM81xx_Gstreamer_Pipelines.
In this webpage, there are few env variable to be exported in the target. But those files are not present in my target build nor in my SDK. How do i get these files which are being exported?
3) There are few more examples given in http://processors.wiki.ti.com/index.php/Example_GStreamer_Pipelines
These examples mentioned in the above link uses TI GStreamer DMAI Plug-In like TIDmaiVideoSink,TIViddec2 etc which are not available in the EZSDK of DM8148. Is my assumption correct ?
This can be downloaded from gstreamer.ti.com. This website request for user registration,but i didnt any confirmation email fot my account activitation. Can someone share me this plugin or alternate download source ? Also please help me on out on how to intergrate this plugin into the EZSDK DM8148 .