Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
SUSE:SLE-15-SP6:GA
spice
fix-build-with-gstreamer-1.20.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-build-with-gstreamer-1.20.patch of Package spice
Index: spice-0.15.0/server/tests/test-gst.cpp =================================================================== --- spice-0.15.0.orig/server/tests/test-gst.cpp +++ spice-0.15.0/server/tests/test-gst.cpp @@ -614,7 +614,13 @@ create_pipeline(const char *desc, Sample } static const GstAppSinkCallbacks appsink_cbs_template = +#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} }; +#endif GstAppSinkCallbacks appsink_cbs = appsink_cbs_template; gst_app_sink_set_callbacks(pipeline->appsink, &appsink_cbs, pipeline, 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