That's odd, there is something half-comipling the script, and changing
Gst->gst
> if self.container != False:
> self.containercaps =
> gst.Caps(codecfinder.containermap[CONTAINERCHOICE])
> # special case mp3 which is a no-container format with a container
> (id3mux)
> else:
> if self.audiocaps.intersect(gst.Caps("audio/mpeg, mpegversion=1,
> layer=3")):
> self.containercaps=gst.Caps("application/x-id3")
> self.container=gst.Caps("application/x-id3")
>
> # set preset directory
> Gst.preset_set_app_dir("/usr/share/transmageddon/presets/")
When Gst is changed to gst this works.
** Changed in: transmageddon (Ubuntu)
Status: Invalid => New
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gst0.10-python in Ubuntu.
https://bugs.launchpad.net/bugs/1031439
Title:
transcoding fails to start: NameError: global name 'Gst' is not
defined
Status in “gst0.10-python” package in Ubuntu:
New
Status in “transmageddon” package in Ubuntu:
New
Bug description:
All transcoding attempts fail the same -
~$ transmageddon
Traceback (most recent call last):
File "transmageddon.py", line 863, in on_transcodebutton_clicked
self._start_transcoding()
File "transmageddon.py", line 736, in _start_transcoding
self.videopasstoggle, self.interlaced, self.inputvideocaps)
File "/usr/share/transmageddon/transcoder_engine.py", line 60, in __init__
Gst.preset_set_app_dir("/usr/share/transmageddon/presets/")
NameError: global name 'Gst' is not defined
ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: transmageddon 0.20-1ubuntu2
ProcVersionSignature: Ubuntu 3.5.0-6.6-generic 3.5.0
Uname: Linux 3.5.0-6-generic x86_64
ApportVersion: 2.4-0ubuntu6
Architecture: amd64
Date: Tue Jul 31 13:42:04 2012
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120707)
PackageArchitecture: all
ProcEnviron:
TERM=xterm
PATH=(custom, user)
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: transmageddon
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst0.10-python/+bug/1031439/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp