GNOME Bugzilla – Bug 322384
gstreamer head can't reproduce movies with AC3 sound
Last modified: 2006-03-28 19:27:44 UTC
i have gst-ffmpeg, gst-plugins-*, gstreamer and totem compiled from today, totem can play de video just fine, but not the audio. mplayer which also used ffmpeg has no problems. mplayer says regarding to the sound: Selected audio codec: [a52] afm:liba52 (AC3-liba52) totem says: ** Message: don't know how to handle audio/x-ac3, rate=(int)48000, channels=(int)6
This looks like you don't have an AC3 decoder installed; the a52dec plugin comes from gst-plugins-ugly, and relies on liba52. Do you have liba52 and the development packages for it installed?
i did not, but i just installed them, runned totem and the message is: ** Message: don't know how to handle audio/x-ac3, rate=(int)48000, channels=(int)6 the same. diego@calisto:/usr/lib/gstreamer-0.9$ ls -al libgsta5* -rwxr-xr-x 1 root root 1243 Nov 26 02:38 libgsta52dec.la -rwxr-xr-x 1 root root 25941 Nov 26 02:38 libgsta52dec.so
Is this CVS head of all the packages? Did you compile totem using --enable-gstreamer=0.9? Run ldd /usr/bin/totem | grep gstreamer and check that it's linked against libgstreamer-0.9. gstreamer-0.9 and gstreamer0.8 are parallel installable, but cannot use each other's plugins.
ok, that was the problem, it was compiled against gstreamer-0.8. Thanks a lot.
Closing; this was user error in installation.