[Bug 659837] New: matroskamux: unable to mux audio/x-raw-int, rate=8000, channels=1, endianness=1234, width=16, depth=16, signed=true

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Sep 22 09:07:36 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=659837
  GStreamer | gst-plugins-good | git

           Summary: matroskamux: unable to mux
                    audio/x-raw-int,rate=8000,channels=1,endianness=1234,w
                    idth=16,depth=16,signed=true
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: lists at svrinformatica.it
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=197261)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=197261)
gstreamer logs

Please consider the following pipeline:

gst-launch -e -v -m -t souphttpsrc name=soup0
location=http://admin:admin@192.168.10.103/cgi/audio/audio.cgi?type=ulaw
is-live=true do-timestamp=true ! multipartdemux single-stream=true
skip-first-n-bytes=28
force-mime-if-null="audio/x-raw-int,rate=8000,channels=1,endianness=1234,width=16,depth=16,signed=true"
! queue ! mux. souphttpsrc
location=http://admin:admin@192.168.10.103/cgi/mjpg/mjpg.cgi is-live=true
do-timestamp=true name=soup1 ! jpegparse ! videorate ! image/jpeg,
width=640,height=480, framerate=10/1 ! queue ! mux. matroskamux name=mux !
filesink location=/tmp/test_av.mkv

it fails with 

gstbasesrc.c(2618): gst_base_src_loop ():
/GstPipeline:pipeline0/GstSoupHTTPSrc:soup0: streaming task paused, reason
not-linked (-1)

if I change matroskamux to avimux or qtmux it works fine

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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