Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
gstreamermm
gstreamermm-non-volatile.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gstreamermm-non-volatile.patch of Package gstreamermm
Index: gstreamermm-1.10.0/gstreamer/gstreamermm/register.h =================================================================== --- gstreamermm-1.10.0.orig/gstreamer/gstreamermm/register.h +++ gstreamermm-1.10.0/gstreamer/gstreamermm/register.h @@ -110,7 +110,7 @@ register_mm_type(const gchar * type_name /* The typedef for GType may be gulong or gsize, depending on the * system and whether the compiler is c++ or not. The g_once_init_* * functions always take a gsize * though ... */ - static volatile gsize gonce_data = 0; + static gsize gonce_data = 0; if (g_once_init_enter (&gonce_data)) { GTypeInfo info; Index: gstreamermm-1.10.0/tests/integration/test-integration-seekonstartup.cc =================================================================== --- gstreamermm-1.10.0.orig/tests/integration/test-integration-seekonstartup.cc +++ gstreamermm-1.10.0/tests/integration/test-integration-seekonstartup.cc @@ -18,7 +18,7 @@ RefPtr<Glib::MainLoop> mainloop; RefPtr<Bus> bus; RefPtr<Pipeline> pipeline; RefPtr<Pad> sink_pad; -static volatile gint counter; +static gint counter; bool prerolled = false; gboolean was_check = 0;
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