-
Notifications
You must be signed in to change notification settings - Fork 13
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
WARNING: erroneous pipeline: no element "gstplugin_py" #1
Comments
the thing is, the python loader plugin is not properly installed or you are lacking to install the package called gobject-devel in your computer. To check if python plugin is installed run the command gst-inspect-1.0 python if python loader is installed it should show the details in my case: [flaskuser@localhost cli]$ gst-inspect-1.0 python 0 features: [flaskuser@localhost cli]$ |
Hi @ejlungay, Make sure you reproduced everything with installation and export:
Reproduced with docker container Note: gstreamer-python package installs everything inplace Hope this helps ;) |
I'm experiencing the same issue. I installed
Five minutes, later, however, after testing various Python plugins/transforms (among others, the ones in this repository), I suddenly got an
I'm at a complete loss as to what happened and I've already EDIT: Come to think of it, in those five minutes mentioned above, I followed the installation steps from https://github.com/jackersson/gst-python-plugins/blob/master/README.md . Did the installation of https://github.com/jackersson/gstreamer-python.git possibly change anything permanently about my setup (i.e. outside the venv)? Could it be that, e.g., there's a bug somewhere in https://github.com/jackersson/gstreamer-python/blob/master/build-gst-python.sh causing the script to write things to the wrong directory? EDIT2: I just ran
(Careful! Due to gstreamer being a crucial dependency, this purges about a hundred other packages, too!) followed by
and now EDIT3: I couldn't resist and tried setting up gst-python-plugins again. First, I tried installing gstreamer-python without gst-python (which failed). Then I bit the bullet and followed the ordinary setup instructions of Unfortunately, my previous "fix" of reinstalling all packages no longer does the trick. Once again,
I'm at a complete loss now. :| |
Solved the problem |
@ejlungay What kind of packages are these? I can't find them in the Ubuntu repositories. |
There seems to be something wrong with the instructions. Edit: This comment contained a bad Dockerfile. Working dockerfile available in the end of this thread.
|
search packages via apt and find gstreamer get the result of the search and install |
does not return anything. Maybe you are referring to one of these:
|
Ok finally got it working with:
Results:
Thanks @ejlungay! |
i have been getting the same error on my jetson nano |
@aanishatdatakalp where: when running your program, you must do: then you can verify if your python plugin is working by: |
Hi,
when Executing the project getting the following error:
the log for the program
$gst-inspect-1.0 --version
gst-inspect-1.0 version 1.15.0
GStreamer 1.15.0 (GIT)
Unknown package origin
$ export GST_PLUGIN_PATH=$PWD
$ gst-launch-1.0 videotestsrc ! videoconvert ! gstplugin_py ! videoconvert ! fakesink
0:00:00.016566538 29172 0xf59660 ERROR GST_PIPELINE grammar.y:816:priv_gst_parse_yyparse: no element "gstplugin_py"
0:00:00.016630488 29172 0xf59660 ERROR GST_PIPELINE grammar.y:901:priv_gst_parse_yyparse: link has no sink [source=@0xf5b3c0]
0:00:00.016665694 29172 0xf59660 ERROR GST_PIPELINE grammar.y:901:priv_gst_parse_yyparse: link has no source [sink=@0xf5c4e0]
WARNING: erroneous pipeline: no element "gstplugin_py"
Do we have to run the python program, if i run it getting following error:
$python gstplugin_py.py
(python:30326): GStreamer-WARNING **: External plugin loader failed. This most likely means that the plugin loader helper binary was not found or could not be run. You might need to set the GST_PLUGIN_SCANNER environment variable if your setup is unusual. This should normally not be required though.
I have built the gstreamer from lastest source.
Did you try the same thing or are you using a installer of gstreamer 1.14
If need any logs of the gstreamer or program,please give a reply.Will send you all the required information
The text was updated successfully, but these errors were encountered: