Jetson TK1 Multimedia

Hi All !

I’m struggling with video transcoding (h.264->vp8) example from Multimedia UG p.25 - Video Transcode.

$ gst-launch-0.10 filesrc location=sintel_trailer-720p.mp4 ! qtdemux name=demux demux.video_00 ! queue ! nv_omx_h264dec ! nv_omx_vp8enc ! qtmux name=mux ! filesink location=file.mp4 demux.audio_00 ! queue ! aacparse ! mux.audio_00 -v -e
WARNING: erroneous pipeline: could not link omxh264dec0 to omxvp8enc0

I’ve tried to upgrade L4T (19.2->19.3) but the problem persists. Any suggestions? Thanks!