After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 438568 - Audio is not coming after building faad on Mac PPC
Audio is not coming after building faad on Mac PPC
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Mac OS
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-05-15 11:15 UTC by kasturi
Modified: 2011-06-28 23:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
dbg.log (650.05 KB, text/plain)
2007-05-16 13:35 UTC, kasturi
Details

Description kasturi 2007-05-15 11:15:54 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:
Comment 1 Tim-Philipp Müller 2007-05-15 11:32:26 UTC
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)
Comment 2 kasturi 2007-05-15 12:28:08 UTC
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"?
Comment 3 Tim-Philipp Müller 2007-05-15 13:40:48 UTC
> 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.
Comment 4 kasturi 2007-05-16 04:25:11 UTC
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.
Comment 5 kasturi 2007-05-16 05:00:36 UTC
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
Comment 6 Tim-Philipp Müller 2007-05-16 10:55:04 UTC
> 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?

 
Comment 7 kasturi 2007-05-16 13:35:38 UTC
Created attachment 88289 [details]
dbg.log
Comment 8 Edward Hervey 2007-05-17 11:45:02 UTC
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

Comment 9 kasturi 2007-06-27 10:00:40 UTC
I did whatever u told but nothing happened.I am sending the log please help me to solve this.
Comment 10 kasturi 2007-09-12 04:25:52 UTC
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  
Comment 11 Sebastian Dröge (slomo) 2011-05-18 13:19:17 UTC
Is this still a problem with the latest versions of everything?
Comment 12 Fabio Durán Verdugo 2011-06-28 23:38:06 UTC
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!