[Bug 753037] rtpopusdepay: timestamp handling regression

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jul 30 05:56:53 PDT 2015


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW
                 CC|                            |t.i.m at zen.co.uk
          Component|gst-plugins-base            |gst-plugins-bad
            Summary|refcount error when trying  |rtpopusdepay: timestamp
                   |to parse and depayload pcap |handling regression
                   |rtp file                    |
           Severity|normal                      |blocker

--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Looks like an issue in rtpopusdepay, it doesn't pass through the input
timestamps properly, but just makes up 0-based timestamps, and opusdec then
just clips the incoming buffers because they're before the segment start:

gst-launch-1.0 -v filesrc location=audio-video.pcap ! pcapparse src-port=1 !
"application/x-rtp, payload=111, encoding-name=X-GST-OPUS-DRAFT-SPITTKA-00" !
identity silent=false ! rtpopusdepay ! fakesink silent=false -v

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