Hi,
> At first I copied `/home/myBin/lib/gstreamer-1.0/libgstx264.so` to
> `/home/ec2-user/gst/test_libs/libgstx264.so` and
> added`LD_LIBRARY_PATH=/home/ec2-user/gst/test_libs:$LD_LIBRARY_PATH`
> to
> `master/gstreamer/scripts/gst-uninstalled`
>
> /*How/what do I update under the `/home/ec2-user/gst` to include the
> `x264enc` element?*/
I would recommend you make sure that the x264 plugin is actually built
when you configure/build gst-plugins-ugly, instead of copying around
plugins installed from package.
If it's not built you're probably missing the x264 library development
headers (x264-devel or libx264-dev package).
If you installed libx264 from source you may need to export
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig to make configure find libs
in it.
Cheers
-Tim
--
Tim Müller, Centricular Ltd -
http://www.centricular.com_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel