gst-plugins-bad-1.26.0

Introduction to GStreamer Bad Plug-ins

The GStreamer Bad Plug-ins package contains a set of plug-ins that aren't up to par compared to the rest. They might be close to being good quality, but they're missing something - be it a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use.

GStreamer Bad Plug-ins Dependencies

Required

gst-plugins-base-1.26.0 and Meson Toolchain Files (for lib32)

Recommended

Optional

See BLFS' gst-plugins-bad for a full list of optional dependencies.

Installation of GStreamer Bad Plug-ins

[Note]

Note

If you need a plugin for a given dependency, that dependency needs to be installed before this package.

Install GStreamer Bad Plug-ins by running the following commands:

mkdir build &&
cd    build &&

meson setup ..            \
      --prefix=/usr       \
      --buildtype=release \
      -D gpl=enabled &&

ninja

To test the results, issue: ninja test. Several tests need a terminal emulator in a graphical session. One test, elements_dash_mpd, is known to fail. If gst-plugins-good-1.26.0 is not installed, two tests, elements_rtpsrc and elements_rtpsink, will fail.

Now, as the root user:

ninja install

lib32 Installation of GStreamer Bad Plug-ins

Install lib32 GStreamer Bad Plug-ins by running the following commands:

rm -rf * &&
meson setup ..            \
      --cross-file=lib32  \
      --prefix=/usr       \
      --libdir=/usr/lib32 \
      --buildtype=release \
      -D gpl=enabled &&

ninja

Now, as the root user:

DESTDIR=$PWD/DESTDIR ninja install    &&
cp -vR DESTDIR/usr/lib32/* /usr/lib32 &&
rm -rf DESTDIR                        &&
ldconfig

Command Explanations

[Note]

Note

Inspect meson_options.txt for a full list of options.

--buildtype=release: Specify a buildtype suitable for stable releases of the package, as the default may produce unoptimized binaries.

-D gpl=enabled: Without this switch, plugins with dependencies on (A)GPL licensed libraries are not built.

Contents

Installed Programs: gst-transcoder-1.0 and playout
Installed Libraries: libgstadaptivedemux-1.0, libgstanalytics-1.0, libgstbadaudio-1.0, libgstbasecamerabinsrc-1.0, libgstcuda-1.0, libgstcodecparsers-1.0, libgstcodecs-1.0, libgstdxva-1.0, libgstinsertbin-1.0, libgstisoff-1.0, libgstmpegts-1.0, libgstmse-1.0, libgstphotography-1.0, libgstplay-1.0, libgstplayer-1.0, libgstsctp-1.0, libgsttranscoder-1.0, libgsturidownloader-1.0, libgstva-1.0, libgstwayland-1.0, libgstwebrtc-1.0, and several plugins under /usr/lib/gstreamer-1.0
Installed Directories: /usr/include/gstreamer-1.0/gst/{audio,basecamerabinsrc,cuda}, /usr/include/gstreamer-1.0/gst/{codecparsers,insertbin,interfaces}, /usr/include/gstreamer-1.0/gst/{isoff,mpegts,play,player,sctp} /usr/include/gstreamer-1.0/gst/{transcoder,uridownloader,va}, and /usr/include/gstreamer-1.0/gst/{wayland,webrtc}

Short Descriptions

gst-transcoder-1.0

is used to transcode a stream into a different format

playout

is an example application used to sequentially play a list of audio-video files