libgstx264.so: undefined symbol: x264_encoder_open_130
Larry Wyble
llwyble at suddenlink.net
Tue Feb 24 09:35:45 PST 2015
On Tue, 24 Feb 2015 10:04:15 +0200
Sebastian Dröge <sebastian at centricular.com> wrote:
> On Mo, 2015-02-23 at 18:50 -0600, Larry Wyble wrote:
> > I installed the plugin ugly for gstreamer as a dependency of
> > subtitleeditor. Actually I installed a boatload of dependencies. :)
> > But the problem I ran into, was when I ran subtitleeditor I got the
> > following error:
> >
> > (gst-plugin-scanner:6848): GStreamer-WARNING **: Failed to load
> > plugin
> > '/usr/lib/gstreamer-0.10/libgstx264.so': /usr/lib/gstreamer-0.10/libgstx264.so:
> > undefined symbol: x264_encoder_open_130
> >
> > What is the problem here, any ideas? Did I miss a configure option
> > or something?
>
> This most likely means that you installed a version of the GStreamer
> plugin that was built against a different version of libx264 than what
> you have installed currently. Or that it wasn't properly linked
> against libx264 to begin with.
>
I installed both the plugin and libgstx264.so together and built from
source. How would I make sure it wasn't properly linked against
libgstx264.so?
Thanks
More information about the gstreamer-devel
mailing list