GNOME Bugzilla – Bug 438568
Audio is not coming after building faad on Mac PPC
Last modified: 2011-06-28 23:38:06 UTC
Please describe the problem: I have build 1.Gstreamer 2.gst-plugins-base 3.gst-plugins-good 4.gst-plugins-bad 5.gst-ffmpeg 6.faad Then if we do gst-inspect faad,it is showing that faad plugin has build successfully but wheh trying to do " gst-launch playbin uri=file:///path" video is coming but audio is not coming. Steps to reproduce: 1. Build Gstreamer with all the plugins 2.gst-launch playbin uri=file:///path 3. Actual results: audio is not coming Expected results: Audio should come Does this happen every time? Yes Other information:
a) Please make the file available for download somewhere b) what's the output of: gst-launch-0.10 -v playbin uri=file:///path/to/file ? (not the -v switch)
The output is same i.e. the sound for first time is coming then only video is coming.What do you mean by "make the file available for download somewhere"?
> The output is same i.e. the sound for first time is coming then only video is > coming. You did not mention this before. I read your bug description as 'audio is never working'. In any case, please submit the exact output of gst-launch-0.10 -v > What do you mean by "make the file available for download somewhere"? Upload the file somewhere so we can download it and have a look to see if it works on the machines we can test with. It would also be really good if you could test with CVS of everything (or at least of -good, -ugly and -bad). There are fixes for faad in gst-plugins-bad CVS.
I am extremely sorry but I mean to say that the audio for first frame is coming after that only video is coming for gst-launch-0.10 -v. I have taken the code for gstreamer, -base, -good, -bad from CVS. The same thing I have tried on Mac Intel there it is working.On Mac Intel gst-ffmpeg is not building thats why video is not coming there.
From here You can download the faad and if anything is required just tell me I will upload that. http://www.esnips.com/web/Gstreamer
> From here You can download the faad and if anything is required just tell me I > will upload that. Thanks, but what I meant was the media file you're trying to play, not the faad source code :) Also, could you do this in a terminal please (exactly as written): $ export GST_DEBUG_NO_COLOR=1 $ GST_DEBUG=*:3,faad:5 gst-launch-0.10 -v filesrc location=/path/to/file ! decodebin ! audioconvert ! fakesink 2>dbg.log $ gzip dbg.log and attach the dbg.log.gz file to this bug report please?
Created attachment 88289 [details] dbg.log
according to that debug log, faad IS pushing out buffers. Could you do the same steps as above, but with the following middle step: $ GST_DEBUG=*:3,faad:5,audioconvert:5,basetransform:5,*sink:5 gst-launch-0.10 -v filesrc location=/path/to/file ! decodebin ! audioconvert ! fakesink 2>dbg.log
I did whatever u told but nothing happened.I am sending the log please help me to solve this.
Hi, There is a problem in audio on PPC when the audio bit rate is >=512kbps.Then only audio is not coming along with video.In lower bit rate audio and video both are working fine. I have tried to write decoded data into a file but it is writing some junk data. So can you please help me. Thanks
Is this still a problem with the latest versions of everything?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!