gstrtpjitterbuffer GST_QUERY_POSITION reports position and not stream_time
Submitted by Sergio Torres Soldado (zenx)
Link to original bug (#762326)
Description
rtpjitterbuffer reports the segment position instead of stream time for a position query.
in pop_and_push_next() we see that:
- pts is set with gst_segment_to_position()
- last_out_time is set with the pts
- gst_rtp_jitter_buffer_src_query responds to a GST_QUERY_POSITION using npt_start and last_out_time.
Version: 1.6.3