After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 749954 - HEVC: encode: only include the encoder in the build if found.
HEVC: encode: only include the encoder in the build if found.
Status: RESOLVED FIXED
Product: gstreamer-vaapi
Classification: Other
Component: general
git master
Other Linux
: Normal major
: ---
Assigned To: gstreamer-vaapi maintainer(s)
gstreamer-vaapi maintainer(s)
Depends on:
Blocks: 743569
 
 
Reported: 2015-05-27 11:55 UTC by Alban Browaeys
Modified: 2015-05-27 21:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
HEVC: encode: only include the encoder in the build if found. (1.54 KB, patch)
2015-05-27 11:55 UTC, Alban Browaeys
none Details | Review
HEVC: encode: only include the encoder in the build if found. v2 (1.85 KB, patch)
2015-05-27 17:27 UTC, Alban Browaeys
none Details | Review

Description Alban Browaeys 2015-05-27 11:55:25 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
Comment 1 sreerenj 2015-05-27 12:19:12 UTC
Review of attachment 304063 [details] [review]:

Please include libgstvaapi_h265enc_source_c/h in EXTRA_DIST . Otherwise it will break packaging...
Comment 2 Alban Browaeys 2015-05-27 17:27:47 UTC
Created attachment 304093 [details] [review]
HEVC: encode: only include the encoder in the build if found. v2

Fixed : EXTA_DISTS added . Thank you
Comment 3 sreerenj 2015-05-27 21:11:59 UTC
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>