Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring1
spice
fix-build-with-gstreamer-1.24.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-build-with-gstreamer-1.24.patch of Package spice
Index: spice-0.15.2/server/tests/test-gst.cpp =================================================================== --- spice-0.15.2.orig/server/tests/test-gst.cpp +++ spice-0.15.2/server/tests/test-gst.cpp @@ -614,7 +614,9 @@ create_pipeline(const char *desc, Sample } static const GstAppSinkCallbacks appsink_cbs_template = -#if GST_CHECK_VERSION(1, 20, 0) +#if GST_CHECK_VERSION(1, 24, 0) + { NULL, NULL, new_sample, NULL, NULL, ._gst_reserved={NULL} }; +#elif GST_CHECK_VERSION(1, 20, 0) { NULL, NULL, new_sample, NULL, ._gst_reserved={NULL} }; #else { NULL, NULL, new_sample, ._gst_reserved={NULL} };
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor