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 598029 - ac3 passthrough broken
ac3 passthrough broken
Status: RESOLVED FIXED
Product: transmageddon
Classification: Applications
Component: General
git master
Other Linux
: Normal normal
: 0.10
Assigned To: Christian Fredrik Kalager Schaller
Christian Fredrik Kalager Schaller
: 599191 (view as bug list)
Depends on: 383478
Blocks:
 
 
Reported: 2009-10-10 18:07 UTC by Nathaniel McCallum
Modified: 2010-05-21 05:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nathaniel McCallum 2009-10-10 18:07:21 UTC
Traceback (most recent call last):
  • File "/usr/share/transmageddon/transcoder_engine.py", line 389 in OnDynamicPad
    self.audioparse = gst.element_factory_make(self.aparserelement)
AttributeError: 'Transcoder' object has no attribute 'aparserelement'

Comment 1 Christian Fredrik Kalager Schaller 2009-10-10 22:37:42 UTC
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.
Comment 2 Christian Fredrik Kalager Schaller 2009-10-10 23:27:18 UTC
Ok, fixed the problem in git master, will try to make new release tomorow.
http://git.gnome.org/cgit/transmageddon/commit/?id=f9373d6fb95591e7b3077a111224582127718900
Comment 3 Christian Fredrik Kalager Schaller 2009-10-23 10:46:25 UTC
*** Bug 599191 has been marked as a duplicate of this bug. ***
Comment 4 Christian Fredrik Kalager Schaller 2010-05-21 05:10:00 UTC
Ok, since we got a ac3parser now, this is fixed. Closing.