[gstreamer-bugs] [Bug 334748] [faad] doesn't take sampling rate from demuxer

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed May 3 02:18:35 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=334748
 GStreamer | gst-plugins-bad | Ver: HEAD CVS





------- Comment #11 from Tim-Philipp Müller  2006-05-03 09:18 UTC -------
Patch works fine with my collection of tricky faad files (I did get an
'Internal Flow Error' with three times, but those files all worked when trying
a second time and I think those errors are unrelated to the patch).

 http://movies.apple.com/movies/fox/x-men_3/x-men_3-pre_teaser_h720p.mov

works fine for me as well with the patch.


The patch does break unframed .aac file playback, but that's an easy fix as
talked about on IRC:

<MikeS> I think with this: if (looks_like_valid_header(input_data, input_size)
&& faad->packetised) {
<MikeS> I actually meant: if (looks_like_valid_header(input_data, input_size)
|| !faad->packetised) {


-- 
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