[Bug 789473] vaapi plugins removed from registry at early boot
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Nov 10 17:44:41 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=789473
--- Comment #7 from Florent ThiƩry <florent.thiery at ubicast.eu> ---
Actually it seems to work with master ! I am just changing the ExecStart
between these two lines and in the first case with stable, the plugin is never
found.
# cat /usr/lib/systemd/system/vaapi.service
[Unit]
Description=Vaapi early boot test
[Service]
ExecStart=/usr/local/bin/vaapi.sh
#ExecStart=/home/ubicast/gst-build/gst-uninstalled.py /usr/local/bin/vaapi.sh
User=ubicast
[Install]
WantedBy=multi-user.target
$ cat /usr/local/bin/vaapi.sh
#!/bin/bash
#rm -rf /home/ubicast/.cache/gstreamer-1.0/
GST_DEBUG_NO_COLOR=yes GST_DEBUG=7 /usr/bin/gst-inspect-1.0 vaapih264enc &>
/home/ubicast/vaapi.txt
It seems to detect vaapi, but adding zero features. I will attach the logs
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list