Forgot to mention in my previous post:
Step 7f) export DISPLAY=:0
- Display variable was/is therefore set
/ Søren
I just gave it another try, with nearly identical result, although new a little different:
-
Boot the system as described in previous post
-
gst-launch -v videotestsrc ! xvimagesink
Output: “X Error of failed request: BadAtom (invalid Atom parameter)”
- gst-launch -v videotestsrc ! xvimagesink
Output: This time the color bar test image is output on the DVI display as expected
- gst-launch filesrc location=/test/BigBuckBunny_640x360.m4v ! qtdemux name=demux.video_00 ! TIViddec2 ! xvimagesink
Output:
(gst-launch-0.10:1756): GStreamer-WARNING **: Failed to load plugin ‘/usr/lib/gstreamer-0.10/libgstsubparse.so’: /usr/lib/gstreamer-0.10/libgstsubparse.so: undefined symbol: parse_sami
Setting pipeline to PAUSED …
Pipeline is PREROLLING …
Unhandled fault: external abort on non-linefetch (0x1818) at 0x43274000
Bus error
- gst-launch filesrc location=/test/BigBuckBunny_640x360.m4v ! qtdemux name=demux.video_00 ! TIViddec2 ! xvimagesink
Output:
(gst-launch-0.10:1767): GStreamer-WARNING **: Failed to load plugin ‘/usr/lib/gstreamer-0.10/libgstsubparse.so’: /usr/lib/gstreamer-0.10/libgstsubparse.so: undefined symbol: parse_sami
Setting pipeline to PAUSED …
Pipeline is PREROLLING …
Pipeline is PREROLLED …
Setting pipeline to PLAYING …
New clock: GstSystemClock
Got EOS from element “pipeline0”.
Execution ended after 53253178 ns.
Setting pipeline to PAUSED …
Setting pipeline to READY …
Setting pipeline to NULL …
FREEING pipeline …
- gst-launch filesrc location=/test/BigBuckBunny_640x360.m4v ! qtdemux name=demux.video_00 ! TIViddec2 ! xvimagesink
Output:
(gst-launch-0.10:1767): GStreamer-WARNING **: Failed to load plugin ‘/usr/lib/gstreamer-0.10/libgstsubparse.so’: /usr/lib/gstreamer-0.10/libgstsubparse.so: undefined symbol: parse_sami
Setting pipeline to PAUSED …
Pipeline is PREROLLING …
HANGING, but can be canceled by hitting CTRL+C
Steps 6 repeats over and over again in case the commend is tried again
I have no problem playing the file using mplayer, so the file is definitely OK.
Does the above log ring any bells at anyone?
Is the GStreamer-WARNING also “supposed” to occur when the playback is working?
Best regards and thanks again
Søren