unable to separate video and audio by using "ungroup clips" button
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pitivi (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
unable to separate video and audio by using "ungroup clips". On clicking "ungroup clips' button nothing happens
ver 0.15.2-0ubuntu0.1 in 12.04 LTS
Below is the traceback thrown on clicking ungroup clips
Traceback (most recent call last):
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
*args, **kwargs)
File "/usr/lib/
res = cb(*ar, **kw)
File "/usr/lib/
self.
File "/usr/lib/
*args, **kwargs)
File "/usr/lib/
res = cb(*ar, **kw)
File "/usr/lib/
self.
AttributeError: 'Transformation
A quick fix is attached as a patch that comments line 162 in /usr/lib/
--- /usr/lib/
+++ clipproperties.py 2013-01-16 01:27:13.362470110 +0530
@@ -609,7 +609,7 @@
else:
if self._current_
- self.zoom_
+ #self.zoom_
The attachment "patch to comment the reset of zoom to 1" of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve this situation by removing the tag 'patch' from the bug report and editing the attachment so that it is not flagged as a patch. Additionally, if you are member of the ubuntu-reviewers team please also unsubscribe the team from this bug report.
[This is an automated message performed by a Launchpad user owned by Brian Murray. Please contact him regarding any issues with the action taken in this bug report.]