<div dir="ltr">Thank you everyone for the suggestions!<div><br></div><div>@David Ing your suggestion was definitely correct. As per your advice I searched around for a list of required libraries for the gstreamer source build and came across this article: <a href="https://medium.com/@nareshkumarganesan/nvidia-hardware-accelerated-video-encoding-decoding-nvcodec-gstreamer-4b8eab662bf1">https://medium.com/@nareshkumarganesan/nvidia-hardware-accelerated-video-encoding-decoding-nvcodec-gstreamer-4b8eab662bf1</a>.  It provided me a full list of suggested libraries to install to support gstreamer. After installation, and some tweaking, the tutorial code examples now seem to run fine. Thank you for your help!<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Sep 22, 2021 at 10:55 AM David Ing <<a href="mailto:ding@panopto.com">ding@panopto.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">The build (gst-build) requires many packages to be installed in order to support certain features.  I am guessing that you didn't have a vorbis library installed before executing the build, and so the gstreamer plugin for vorbis was never built.<div><br></div><div>As an example, the build on fedora is actually done like this:  <a href="https://gitlab.freedesktop.org/gstreamer/gst-ci/-/blob/1.18/docker/fedora" target="_blank">https://gitlab.freedesktop.org/gstreamer/gst-ci/-/blob/1.18/docker/fedora</a></div><div><br></div><div>For an ubuntu build, you'll need to find and install similar packages.  The exact packages for ubuntu are not typically documented by the gstreamer devs ... that responsibility typically falls to the ubuntu distro maintainers (or whoever maintains their package universe).</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Sep 22, 2021 at 7:41 AM Justin via gstreamer-devel <<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Extra detail I found: I see this warning in one of the tutorials:<div><br></div><div><div style="box-sizing:border-box;font-family:Menlo,Monaco,Consolas,"Courier New",Courier,monospace;font-size:14px">warning: No decoder aviable for type audio/x-vorbis</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Sep 22, 2021 at 9:25 AM Justin <<a href="mailto:mrjextreme6@gmail.com" target="_blank">mrjextreme6@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hello I am new to trying out Gstreamer.<div><p dir="auto">Running the tutorial code (e.g. tutorial 1) against the Gstreamer 1.18.5 libraries in devenv produces video but no sound. Audio decoders are either missing or not working. I'm running Ubuntu 20.04 LTS and I've tried the same code with the native apt-installed Gstreamer 1.16 version and both audio/video work with the native libraries.</p>
<p dir="auto">Only strange thing I saw in meson build output was the base-plugins built with warnings regarding meson versions but I have the latest 0.59 version so I disregarded.</p>
<p dir="auto">Has anyone else seen this before?  Any suggestions?</p></div></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>