[gstreamer-bugs] [Bug 150284] New: - matroska muxer fail to mux an MP3

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Mon Aug 16 11:56:32 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=150284
GStreamer | gst-plugins | Ver: 0.8.5

           Summary: matroska muxer fail to mux an MP3
           Product: GStreamer
           Version: 0.8.5
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: steve.lhomme at free.fr
         QAContact: gstreamer-bugs at lists.sourceforge.net


When I launch the following command-line, I get an access violation error (try
to read the codec_id that is actually a pointer at NULL) :

gst-launch filesrc location="oizo.mp3" ! mp3parse ! matroskamux ! filesink
location="oizo.mka"

The problem occurs because gst_matroska_mux_loop() is called before
gst_matroska_mux_audio_pad_link() is called (ie the GST_RPAD_LINKFUNC() function).

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.




More information about the Gstreamer-bugs mailing list