GNOME Bugzilla – Bug 598029
ac3 passthrough broken
Last modified: 2010-05-21 05:10:00 UTC
Traceback (most recent call last):
+ Trace 218206
self.audioparse = gst.element_factory_make(self.aparserelement)
Heh, funny you should file this as I have been spending the day trying to fix this exact bug. Or rather I have been trying to add some error handling for the passthrough mode as the problem here is that GStreamer lacks an ac3parser, which will mean that in some cases we can't do ac3 passthrough. Tim has been working on an ac3parser though so hopefully this is a short lived problem. I hopefully will be able to get the error handling code added tomorrow, which should at least give meaningful feedback for the time being.
Ok, fixed the problem in git master, will try to make new release tomorow. http://git.gnome.org/cgit/transmageddon/commit/?id=f9373d6fb95591e7b3077a111224582127718900
*** Bug 599191 has been marked as a duplicate of this bug. ***
Ok, since we got a ac3parser now, this is fixed. Closing.