GNOME Bugzilla – Bug 749954
HEVC: encode: only include the encoder in the build if found.
Last modified: 2015-05-27 21:11:59 UTC
Created attachment 304063 [details] [review] HEVC: encode: only include the encoder in the build if found. HEVC: encode: only include the encoder in the build if found. Fix: (gst-plugin-scanner:16681): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvaapi.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvaapi.so: undefined symbol: gst_vaapi_encoder_h265_get_default_properties
Review of attachment 304063 [details] [review]: Please include libgstvaapi_h265enc_source_c/h in EXTRA_DIST . Otherwise it will break packaging...
Created attachment 304093 [details] [review] HEVC: encode: only include the encoder in the build if found. v2 Fixed : EXTA_DISTS added . Thank you
Pushed, Thanks for the patch. Author: Alban Browaeys <prahal@yahoo.com> Date: Wed May 27 23:49:18 2015 +0300 build: don't compile HEVC encoder if not supported Fix: (gst-plugin-scanner:16681): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvaapi.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvaapi.so: undefined symbol: gst_vaapi_encoder_h265_get_default_properties https://bugzilla.gnome.org/show_bug.cgi?id=749954 Signed-off-by: Alban Browaeys <prahal@yahoo.com> Signed-off-by: Sreerenj Balachandran <sreerenj.balachandran@intel.com>