[Bug 770133] Out of segment data sent to clients when not wanted

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Aug 26 13:31:10 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=770133

--- Comment #1 from Joakim Johansson <Joakim.Johansson at axis.com> ---
Created attachment 334224
  --> https://bugzilla.gnome.org/attachment.cgi?id=334224&action=edit
Drop buffers outside segment

This patch drops all buffers that are outside the segment.

This solves the problem with the call to gst_segment_to_stream_time that
returns GST_CLOCK_TIME_NONE for a buffer that is outside the segment.

This can happen if an empty PLAY request is received (after PAUSE).

The result in that scenario is a empty RTP-Info is being sent which is solved
with this patch.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list