Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP1:Update
gstreamer
gstreamer-fix-device-provider-started-count.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gstreamer-fix-device-provider-started-count.patch of Package gstreamer
diff --git a/gst/gstdeviceprovider.c b/gst/gstdeviceprovider.c index 22b5a9b15..2e0b55d15 100644 --- a/gst/gstdeviceprovider.c +++ b/gst/gstdeviceprovider.c @@ -454,6 +454,7 @@ gst_device_provider_start (GstDeviceProvider * provider) g_mutex_lock (&provider->priv->start_lock); if (provider->priv->started_count > 0) { + provider->priv->started_count++; ret = TRUE; goto started; }
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