Yes, that fixed it. Thanks. (However I see now that ximagesink is too slow for what I need but that's not a bug, just another example for why the GPU is needed to do this correctly.) Thanks again.ok, I have updated gstreamer to 1.0.6 and liborc to 0.4.17.
After updating the following pipeline should work:
CODE: SELECT ALL
gst-launch-1.0 filesrc location=big_buck_bunny_720p_H264_AAC_25fps_3400K.MP4 ! decodebin ! videoconvert ! ximagesink
-Mike