[Bug 752092] baseparse: Passes bogus buffer durations to subclass

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jul 9 07:15:00 PDT 2015


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

--- Comment #15 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
gst_buffer_new_wrapped() just wraps the raw memory, it does not take over any
timestamp, duration or other metadata. gst_buffer_ref(), gst_buffer_copy(), etc
are not modifying any of these things.

So what we got here was the duration that upstream for whatever reason put on
the buffers.

-- 
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