[Bug 753037] New: refcount error when trying to parse and depayload pcap rtp file

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jul 29 15:15:00 PDT 2015


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

            Bug ID: 753037
           Summary: refcount error when trying to parse and depayload pcap
                    rtp file
    Classification: Platform
           Product: GStreamer
           Version: 1.5.2
                OS: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: ben.browitt at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

I'm getting Received invalid RTP payload warning and refcount error when trying
to prase and depayload the following pcap file
https://drive.google.com/file/d/0B12AhxvnYHrAQUpvWmozMm9mZG8

The same command is working without errors on gstreamer 1.2.4 and I can
transcode to mp4 audio file.


gst-launch-1.0 -v filesrc location=audio-video.pcap ! pcapparse src-port=1 !
"application/x-rtp, payload=111, encoding-name=OPUS" ! rtpopusdepay ! fakesink

0:00:00.138585766 18691      0x1d37f20 WARN        rtpbasedepayload
gstrtpbasedepayload.c:474:gst_rtp_base_depayload_handle_buffer:<rtpopusdepay0>
warning: Received invalid RTP payload, dropping
WARNING: from element /GstPipeline:pipeline0/GstRTPOpusDepay:rtpopusdepay0:
Could not decode stream.
Additional debug info:
gstrtpbasedepayload.c(474): gst_rtp_base_depayload_handle_buffer ():
/GstPipeline:pipeline0/GstRTPOpusDepay:rtpopusdepay0:
Received invalid RTP payload, dropping

(gst-launch-1.0:18691): GStreamer-CRITICAL **: gst_mini_object_unref: assertion
'mini_object->refcount > 0' failed
0:00:00.326023228 18691      0x1d37f20 WARN        rtpbasedepayload
gstrtpbasedepayload.c:474:gst_rtp_base_depayload_handle_buffer:<rtpopusdepay0>
warning: Received invalid RTP payload, dropping
WARNING: from element /GstPipeline:pipeline0/GstRTPOpusDepay:rtpopusdepay0:
Could not decode stream.
Additional debug info:
gstrtpbasedepayload.c(474): gst_rtp_base_depayload_handle_buffer ():
/GstPipeline:pipeline0/GstRTPOpusDepay:rtpopusdepay0:
Received invalid RTP payload, dropping

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