ohsewon / test

0 stars 0 forks source link

[ISSUE][CLOSED] [TEST] gst-launch can't find tensor plugins #332

Closed ohsewon closed 5 years ago

ohsewon commented 5 years ago

Issue by sewon-oh Wednesday Jul 25, 2018 at 09:32 GMT Originally opened as https://github.sec.samsung.net/STAR/nnstreamer/issues/332


from any moment, gst-launch can't find tensor plugins when run ./testAll.sh in my local ubuntu pc.

aftter git reset --hard and build with cmake.

~/nnstreamr/tests$ ./testAll.sh
WARNING: erroneous pipeline: no element "tensor_converter" 
WARNING: erroneous pipeline: no element "tensor_converter" 
********* skip ***********
WARNING: erroneous pipeline: no element "tensor_mux" 
WARNING: erroneous pipeline: no element "testtensors" 
********* skip ***********

Background Two days from now, It was working well. For supporting performance measurement facility, I tried to many things(install, remove, update etc..) I can't remember all that things. but maybe one of them cause this error.

Trial and error to fix Re-install all gstreamer pkg. git reset, clone again, roll back to old nnstreamer There are many other things in google but, still doesn't work.

I want some hints to fix.