How To Install gstreamer1-vaapi on Fedora 36

In this tutorial we learn how to install gstreamer1-vaapi in Fedora 36. gstreamer1-vaapi is GStreamer plugins to use VA API video acceleration

Introduction

In this tutorial we learn how to install gstreamer1-vaapi on Fedora 36.

What is gstreamer1-vaapi

A collection of GStreamer plugins to let you make use of VA API video acceleration from GStreamer applications. Includes elements for video decoding, display, encoding and post-processing using VA API (subject to hardware limitations).

We can use yum or dnf to install gstreamer1-vaapi on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gstreamer1-vaapi.

Install gstreamer1-vaapi on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install gstreamer1-vaapi using dnf by running the following command:

sudo dnf -y install gstreamer1-vaapi

Install gstreamer1-vaapi on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install gstreamer1-vaapi using yum by running the following command:

sudo yum -y install gstreamer1-vaapi

How To Uninstall gstreamer1-vaapi on Fedora 36

To uninstall only the gstreamer1-vaapi package we can use the following command:

sudo dnf remove gstreamer1-vaapi

gstreamer1-vaapi Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/2457f8e29df1832f109982da9eda79ced6e1f1
/usr/lib/gstreamer-1.0/libgstvaapi.so
/usr/share/doc/gstreamer1-vaapi
/usr/share/doc/gstreamer1-vaapi/AUTHORS
/usr/share/doc/gstreamer1-vaapi/NEWS
/usr/share/doc/gstreamer1-vaapi/README
/usr/share/licenses/gstreamer1-vaapi
/usr/share/licenses/gstreamer1-vaapi/COPYING.LIB

References

Summary

In this tutorial we learn how to install gstreamer1-vaapi on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install gstreamer1-vaapi on Fedora 36” linkTitle: “gstreamer1-vaapi” type: “docs” description: “In this tutorial we learn how to install gstreamer1-vaapi in Fedora 36. gstreamer1-vaapi is GStreamer plugins to use VA API video acceleration” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/gstreamer1-vaapi-featured.png

Introduction

In this tutorial we learn how to install gstreamer1-vaapi on Fedora 36.

What is gstreamer1-vaapi

A collection of GStreamer plugins to let you make use of VA API video acceleration from GStreamer applications. Includes elements for video decoding, display, encoding and post-processing using VA API (subject to hardware limitations).

We can use yum or dnf to install gstreamer1-vaapi on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gstreamer1-vaapi.

Install gstreamer1-vaapi on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install gstreamer1-vaapi using dnf by running the following command:

sudo dnf -y install gstreamer1-vaapi

Install gstreamer1-vaapi on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install gstreamer1-vaapi using yum by running the following command:

sudo yum -y install gstreamer1-vaapi

How To Uninstall gstreamer1-vaapi on Fedora 36

To uninstall only the gstreamer1-vaapi package we can use the following command:

sudo dnf remove gstreamer1-vaapi

gstreamer1-vaapi Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/0b30b396e9699057d766eff415d9ad83120522
/usr/lib64/gstreamer-1.0/libgstvaapi.so
/usr/share/doc/gstreamer1-vaapi
/usr/share/doc/gstreamer1-vaapi/AUTHORS
/usr/share/doc/gstreamer1-vaapi/NEWS
/usr/share/doc/gstreamer1-vaapi/README
/usr/share/licenses/gstreamer1-vaapi
/usr/share/licenses/gstreamer1-vaapi/COPYING.LIB

References

Summary

In this tutorial we learn how to install gstreamer1-vaapi on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).