Open matthiasbock opened 11 years ago
The gstreamer-0.10 compiled from gstreamer.freedesktop.org git sources, won't run with the omxh264 plugin:
$ gst-launch-0.10 udpsrc port=9078 ! 'application/x-rtp,payload=96,encoding-name=H264' ! rtph264depay ! queue max-size-bytes=10000000 ! h264parse ! omxh264dec ! queue max-size-buffers=4 ! autovideosink Setting pipeline to PAUSED ... 0:00:01.021570433 3304 0x6ab860 ERROR omx gstomx.c:87:gst_omx_core_acquire: Failed to initialize core '/opt/vc/lib/libopenmaxil.so': 0x80001009 ERROR: Pipeline doesn't want to pause. Setting pipeline to NULL ... Freeing pipeline ...
The gstreamer-0.10 compiled from gstreamer.freedesktop.org git sources, won't run with the omxh264 plugin: