Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP6:Update
gstreamer-plugins-base.34095
gst-plugins-base-audiobasesink-gap.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gst-plugins-base-audiobasesink-gap.patch of Package gstreamer-plugins-base.34095
diff --git a/gst-libs/gst/audio/gstaudiobasesink.c b/gst-libs/gst/audio/gstaudiobasesink.c index 1f843ac..891941d 100644 --- a/gst-libs/gst/audio/gstaudiobasesink.c +++ b/gst-libs/gst/audio/gstaudiobasesink.c @@ -1124,15 +1124,6 @@ gst_audio_base_sink_wait_event (GstBaseSink * bsink, GstEvent * event) /* Make sure the ringbuffer will start again if interrupted during event_wait() */ g_atomic_int_set (&sink->eos_rendering, 1); clear_force_start_flag = TRUE; - - /* For gap events, don't actually wait for the clock to - * reach that time, or it will drain the ringbuffer, just - * ensure we're prerolled and let the next actual buffer - * get rendered where it belongs */ - if (GST_EVENT_TYPE (event) == GST_EVENT_GAP) { - ret = gst_base_sink_do_preroll (bsink, GST_MINI_OBJECT_CAST (event)); - goto done; - } break; default: break;
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