[gstreamer-bugs] [Bug 148993] - Gstreamer fails to play Faac created aac file

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Wed Sep 22 08:20:26 PDT 2004


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





------- Additional Comments From sc5 at hermes.usherb.ca  2004-09-22 11:20 -------
Created an attachment (id=31835)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=31835&action=view)
Allows playing .aac files

This patch adds buffer management to the FAAD filter so it can play .aac files
(no typefinding though). With this patch, I can play your file with the
following command:

  gst-launch-0.8 filesrc location=test.aac ! faad ! audioconvert ! audioscale !
esdsink

I also removed the source pad renegotiation in gst_faad_sinkconnect() since it
caused the following assertion when using spider after qtdemux:

  (process:8868): GStreamer-CRITICAL **: file gstpad.c: line 1434
(gst_pad_renegotiate): assertion `GST_PAD_LINK_SINK (pad)' failed


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




More information about the Gstreamer-bugs mailing list