Playbin crash on TK1

I’m still trying to get some versatile accelerated video playback going on the TK1, and I’d like to use the playbin in my code. But there seem to be problems, because

gst-launch-1.0 playbin uri="rtsp://192.168.2.159:8554/got" video-sink=nveglglessink

always results in a segfault (no matter if the URI is, local files fail in the same way). The stacktrace isn’t very helpful either:

(gdb) bt
#0  0xb679d6e0 in ?? () from /usr/lib/arm-linux-gnueabihf/libgstreamer-1.0.so.0
#1  0xb67ce574 in gst_egl_display_image_create () from /usr/lib/arm-linux-gnueabihf/libgstnvegl-1.0.so.0
#2  0xb31d6180 in ?? () from /usr/lib/arm-linux-gnueabihf/gstreamer-1.0/libgstomx.so
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Does anyone have luck with the playbin?

Regards,
-Matthias

Looks like no debug symbols, probably no source. You might want to install:

libgstreamer1.0-0-dbg
libgstreamer1.0-dev

Then try again…stack frame might be more informative.

You should also run gst-launch-1.0 with the -v option to get more verbose output.