[Bug 789473] vaapi plugins removed from registry at early boot

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Mar 28 10:23:50 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=789473

Florent Thiéry <florent.thiery at ubicast.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #9 from Florent Thiéry <florent.thiery at ubicast.eu> ---
Actually, the problem is here when using the system packages on Arch, which
just included 1.14.0, this may be related to using gst-uninstalled.py
(gst-build) vs system packages.

# pacman -Q gstreamer-vaapi
gstreamer-vaapi 1.14.0-1

# cat /usr/lib/systemd/system/vaapi.service
[Unit]
Description=Vaapi early boot test

[Service]
ExecStart=/usr/local/bin/vaapi.sh
User=ubicast

[Install]
WantedBy=multi-user.target

# cat /usr/local/bin/vaapi.sh
#!/bin/bash
GST_DEBUG_NO_COLOR=yes GST_DEBUG=7 /usr/bin/gst-inspect-1.0 vaapih264enc &>
/home/ubicast/vaapi.txt



# rm /home/ubicast/.cache/gstreamer-1.0/registry.x86_64.bin
# systemctl enable vaapi.service
# reboot
# tail -n 1 /home/ubicast/vaapi.txt
0:00:04.117413965   325 0x5591e0c10600 TRACE        GST_REFCOUNTING
gstobject.c:264:gst_object_unref:<vaapih264enc> 0x5591e0d605b0 unref 2->1 (it
worked)
# reboot
# tail -n 1 /home/ubicast/vaapi.txt
No such element or plugin 'vaapih264enc'

-- 
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