[gstreamer-bugs] [Bug 371213] Failure to parse mp4 files (possibly 64bit related?)

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Nov 6 10:58:34 PST 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=371213

  GStreamer | gst-plugins-bad | Ver: 0.10.x


Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO




------- Comment #1 from Tim-Philipp Müller  2006-11-06 18:57 UTC -------
You need to install the 'faad' plugin for the audio stream.

Could you find out where the warning is coming from by doing this:

  $ export G_DEBUG=fatal_warnings
  $ gdb --args gst-launch-0.10 playbin uri=file:///path/to/foo.mp4
  Welcome to gdb ...
  (gdb) run
  ... wait for warning, it should abort ...

  (gdb) bt
  ... paste the information printed here ...

  (gdb) kill
  (gdb) quite

(The tracker seems to be down, so I can't try it myself).


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list