[Bug 762326] New: gstrtpjitterbuffer GST_QUERY_POSITION reports position and not stream_time
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Feb 19 14:06:03 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=762326
Bug ID: 762326
Summary: gstrtpjitterbuffer GST_QUERY_POSITION reports position
and not stream_time
Classification: Platform
Product: GStreamer
Version: 1.6.3
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-good
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: torres.soldado at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
rtpjitterbuffer reports the segment position instead of stream time for a
position query.
in pop_and_push_next() we see that:
1) pts is set with gst_segment_to_position()
2) last_out_time is set with the pts
3) gst_rtp_jitter_buffer_src_query responds to a GST_QUERY_POSITION using
npt_start and last_out_time.
--
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