[gstreamer-bugs] [Bug 341563] New: faad plugin is failed decode some file.

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri May 12 10:21:28 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=341563
 GStreamer | gst-plugins-bad | Ver: 0.10.x

           Summary: faad plugin is failed decode some file.
           Product: GStreamer
           Version: 0.10.x
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: ganadist at chollian.net
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: 2.13/2.14
   GNOME milestone: Unspecified


Please describe the problem:
I have some mkv files, and those are contained xvid video stream and aac audio
stream.

but during play some of those files with totem, shows popup error dialog that
says "Could not decode stream."

after set GST_DEBUG=faad:4 these messages are printed.

DEBUG (0x863ccb0 - 0:00:01.948496000)                 faad( 6711)
gstfaad.c(777):gst_faad_sink_event: Got NEWSEGMENT event in GST_FORMAT_TIME,
passing on (0:00:00.000000000 - 0:46:59.902000000)
DEBUG (0x863ccb0 - 0:00:02.612531000)                 faad( 6711)
gstfaad.c(285):gst_faad_setcaps:<faad0> channels=2, rate=48000
DEBUG (0x863ccb0 - 0:00:02.613445000)                 faad( 6711)
gstfaad.c(983):gst_faad_update_caps: New output caps: audio/x-raw-int,
endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16,
rate=(int)48000, channels=(int)2, channel-positions=(GstAudioChannelPosition)<
GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT, GST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT >
DEBUG (0x863ccb0 - 0:01:21.843410000)                 faad( 6711)
gstfaad.c(1198):gst_faad_chain:<faad0> decoding error, reopening with
faacDecInit2()
DEBUG (0x863ccb0 - 0:01:21.843573000)                 faad( 6711)
gstfaad.c(1204):gst_faad_chain:<faad0> faacDecInit2(): rate=48000,channels=2
WARN  (0x863ccb0 - 0:01:21.848375000)                 faad( 6711)
gstfaad.c(1324):gst_faad_chain:<faad0> error: Failed to decode buffer: Invalid
number of channels



Steps to reproduce:
I can't dump aac stream from mkv file. anybody can tell me how I can get aac
stream from mkv file?

Actual results:
totem shows popup dialog that says can't decode.

Expected results:
play anyway.

Does this happen every time?
yes.

Other information:
in mplayer, it shows this message, but play anyway.

FAAD: Failed to decode frame: Maximum number of bitstream elements exceeded

In mplayer source, if error were occured, continue decoding anyway.

after I avoid goto decode_error in ext/faad/gstfaad.c:1211, totem plays file
properly, too.


-- 
Configure bugmail: http://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