$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

GStreamer openSUSE 15 Installation – Step-by-step

August 30, 2021 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing GStreamer

    Then to Install GStreamer
    For the Full Stack play:

    sudo zypper in gstreamer gstreamer-1_0-plugins-buzztrax gstreamer-devtools gstreamer-editing-services gstreamer-lang gstreamer-libnice gstreamer-plugin-cluttergst3 gstreamer-plugin-pipewire gstreamer-plugin-pocketsphinx gstreamer-plugin-python gstreamer-plugins-bad gstreamer-plugins-bad-chromaprint gstreamer-plugins-bad-fluidsynth gstreamer-plugins-bad-lang gstreamer-plugins-base gstreamer-plugins-base-lang gstreamer-plugins-farstream gstreamer-plugins-good gstreamer-plugins-good-extra gstreamer-plugins-good-gtk gstreamer-plugins-good-jack gstreamer-plugins-good-lang gstreamer-plugins-good-qtqml gstreamer-plugins-libav gstreamer-plugins-libcamera gstreamer-plugins-ugly gstreamer-plugins-ugly-lang gstreamer-plugins-vaapi gstreamer-transcoder gstreamer-utils

    And in case for the 32-bit Packages:

    sudo zypper in gstreamer-32bit gstreamer-plugins-libav-32bit gstreamer-plugins-good-jack-32bit gstreamer-plugins-ugly-32bit gstreamer-plugins-good-extra-32bit gstreamer-plugins-bad-chromaprint-32bit gstreamer-plugins-bad-32bit gstreamer-plugins-bad-fluidsynth-32bit gstreamer-plugins-base-32bit gstreamer-plugins-farstream-32bit gstreamer-plugins-good-32bit

    Again for the Docs:

    sudo zypper in gstreamer-doc gstreamer-plugins-bad-doc gstreamer-plugins-base-doc gstreamer-plugins-good-doc gstreamer-plugins-libav-doc gstreamer-plugins-ugly-doc gstreamer-plugins-vaapi-doc gstreamermm-doc

    Finally, for the Development Libraries:

    sudo zypper in gstreamer-devel gstreamer-devtools-devel gstreamer-editing-services-devel gstreamer-plugins-bad-devel gstreamer-plugins-base-devel gstreamer-rtsp-server-devel gstreamer-transcoder-devel gstreamermm-devel gstreamer-devel-32bit gstreamer-plugins-base-devel-32bit

Contents