[gstreamer-bugs] [Bug 542220] New: SIGSEGV when trying to get audio from an MPEG

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jul 9 07:41:55 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=542220

  GStreamer | gstreamer (core) | Ver: 0.10.19
           Summary: SIGSEGV when trying to get audio from an MPEG
           Product: GStreamer
           Version: 0.10.19
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: ws at informatik.uni-bremen.de
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Hi,

I was trying to send the audio part of a video file to a softphone. A MPEG file
I own produces a SIGSEGV when I create a pipeline

cat /root/video.mpg | gst-launch -v fdsrc fd=0 ! decodebin ! audioresample !
alawenc ! rtppcmapay ssrc=1234 ! udpsink host=<address> port=<port>

It does not crash when I replace decodebin with mpegdemux ! mad ! audioconvert
:

cat /root/video.mpg | gst-launch -v fdsrc fd=0 ! mpegdemux ! mad ! audioconvert
! audioresample ! alawenc ! rtppcmapay ssrc=1234 ! udpsink host=<address>
port=<port>

So I suspect decodebin is the culprit. It still crashes when I place a fakesink
rather early in the pipeline, so the RTP encoding is most likely not the
problem.

I ripped the file off some website, so I can't attach it here due to
copyright/terms of license problems. 

Please send me a mail if you wish to deal with this.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=542220.




More information about the Gstreamer-bugs mailing list