Is Opus encoder included in Gstreamer?

Tim Müller tim at centricular.com
Wed Sep 17 09:51:09 PDT 2014


On Wed, 2014-09-17 at 07:58 -0700, ge_keep wrote:

> The problem now is that when I just run gst-inspect-1.0, these 5 desired
> features of opus (opusenc, opusdec, ...) are not showing up in the list of
> available plugins.
> 
> I then run :
> 
> $ GST_DEBUG=*:7 GST_DEBUG_FILE=mydebug.log gst-inspect-1.0
> 
> 
> and looking into the debug file (mydebug.log) I still see the libgstopus
> describe as BLACKLIST by the GST_REGISTRY!!
> Here is a snippet of mydebug.log file

Perhaps either remove the registry file with

 rm ~/.cache/gstreamer-1.0/registry*

or do

 touch /path/to/libgstopus.so

so it gets updated now that you fixed the library location.

Cheers
 -Tim

-- 
Tim Müller, Centricular Ltd - http://www.centricular.com



More information about the gstreamer-devel mailing list