Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No element "h264parse" #3

Open
gusevAlexey96 opened this issue Nov 27, 2022 · 1 comment
Open

No element "h264parse" #3

gusevAlexey96 opened this issue Nov 27, 2022 · 1 comment

Comments

@gusevAlexey96
Copy link

gusevAlexey96 commented Nov 27, 2022

Getting this error on all computers after a successful build or catkin_make.

user@user:~/from_AGX/kia_samples/h265_ws$ rosrun image_transport list_transports terminate called after throwing an instance of 'GstDecoderInitException' what(): Error while parsing launch string : no element "h264parse" Aborted (core dumped)

Any solutions? :)

@MaxandreOgeret
Copy link
Collaborator

Hey,
The element h264parse should be installed with the apt package : gstreamer1.0-plugins-bad, so:

sudo apt-get install gstreamer1.0-plugins-bad

The package has gstreamer1.0-plugins-bad marked as runtime dependency. You should use rosdep to install those:

rosdep install --from-paths src --ignore-src -r -y

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants