[Linux-traipu] [Bug 499739] Re: Remember all settings after exporting

2011-07-18 Thread Andy Finch
I was going to have a look at implementing this, what is the consensus -
remember the export settings per project, or globally, so regardless of
which project you open you still get the last used settings?

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/499739

Title:
  Remember all settings after exporting

Status in OpenShot Video Editor:
  Confirmed

Bug description:
  Remember all settings of the last export to provide fast and flawless
  operation. Settings should go in the project file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/499739/+subscriptions

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


[Linux-traipu] [Bug 770316] Re: Sluggish video preview with mlt 0.7.0

2011-07-18 Thread Andy Finch
MLT have released a new official version, 0.7.4 that includes this fix.

** Changed in: openshot
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/770316

Title:
  Sluggish video preview with mlt 0.7.0

Status in OpenShot Video Editor:
  Fix Released

Bug description:
  1. Fedora 14 x86_64
  2. RPM (RPMFusion)
  3. Openshot 1.3.0

  I'm the Openshot maintainer for Fedora. I got a but report against mlt
  in RPMfusion that the upgrade to 0.7.0 made playback sluggish. For
  him, 1 frame every 10 seconds. A quick test on my system with AVCHD
  video showed stuttering but still watchable video.

  Downgrading to mlt 0.6.2 seemed to help.

  Is 0.7.0 supported or is it too new? Kdenlive doesn't appear to be
  affected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/770316/+subscriptions

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


[Linux-traipu] [Bug 791001] Re: whenever I edit, the clip remains unchanged or it remains unchanged except for an audio glitch

2011-07-18 Thread Andy Finch
** Changed in: openshot
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/791001

Title:
  whenever I edit, the clip remains unchanged or it remains unchanged
  except for an audio glitch

Status in OpenShot Video Editor:
  Incomplete

Bug description:
  Whenever I try to trim or razor a clip, the clip either will remain
  unchanged, or if it does change it will only be the audio jumping
  around.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/791001/+subscriptions

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


[Linux-traipu] [Bug 590286] Re: Layout range limits

2011-07-18 Thread Andy Finch
*** This bug is a duplicate of bug 602637 ***
https://bugs.launchpad.net/bugs/602637

** This bug has been marked a duplicate of bug 602637
   Constant Values

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/590286

Title:
  Layout range limits

Status in OpenShot Video Editor:
  Confirmed

Bug description:
  Is there a reason why width and height in the Layout (in the clip's
  Properties) are limited to 1-300? and also X and Y are limited to -110
  to 110?

  Also, why is height listed first and then width? I felt that looked
  odd, I'm using 1.1.3.

  Is there and will there be a visual editor (click and drag) on the
  Layout tab? it might make things easier...

To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/590286/+subscriptions

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


[Linux-traipu] [Bug 811341] Re: `sys_replication`.`applier_state` lacks default values for originating_server_uuid and originating_commit_id

2011-07-18 Thread David Shrewsbury
Joe,

0 for commit_id seems right, but are you sure '' should be used for the
uuid?  I would think that we would insert a value unique to the local
database, but I haven't reviewed that bit of code you (I think) added
yet.

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/811341

Title:
   `sys_replication`.`applier_state` lacks default values for
  originating_server_uuid and originating_commit_id

Status in A Lightweight SQL Database for Cloud Infrastructure and Web 
Applications:
  Confirmed

Bug description:
  When the following runs:

  
  INSERT INTO `sys_replication`.`applier_state` (`master_id`, 
`last_applied_commit_id`, `status`) VALUES (1,0 , 'STOPPED')


  We get an error because there are no default values for
  originating_server_uuid and originating_commit_id in the
  sys_replication.applier_state table.

  What should the defaults be?

To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/811341/+subscriptions

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


[Linux-traipu] [Bug 776752] Re: --daemon broken in 2011.04.15

2011-07-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~brianaker/drizzle/2370

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/776752

Title:
  --daemon broken in 2011.04.15

Status in A Lightweight SQL Database for Cloud Infrastructure and Web 
Applications:
  In Progress

Bug description:
  It seems that the option --daemon does not do anything anymore as of
  2011.04.15 (maybe in earlier releases as well)...  though it did work
  when it was first added.

  [root@fc14 drizzle]# drizzled7 --daemon
  InnoDB: The log sequence number in ibdata files does not match the log 
sequence number in the ib_logfiles!
  110503 21:58:34  InnoDB: Database was not shut down normally!
  InnoDB: Starting crash recovery.
  InnoDB: Reading tablespace information from the .ibd files...
  InnoDB: Restoring possible half-written data pages from the doublewrite
  InnoDB: buffer...
  110503 21:58:34 [Note] PrimeBase Media Stream (PBMS) Daemon 0.5.14-beta 
loaded...
  110503 21:58:34 [Note] Barry Leslie, PrimeBase Technologies GmbH, 
http://www.primebase.org
  110503 21:58:34 [Note] startup: Media Stream Daemon  listening on port 8080

  
  It should return to a shell and put the process in the background, but it 
does not.

To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/776752/+subscriptions

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


[Linux-traipu] [Bug 812428] [NEW] DVD export doesn't create DVD files

2011-07-18 Thread ubby
Public bug reported:

Openshot will create a .dvd file but no .vob dvd files for burning on a
dvd.

** Affects: openshot
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/812428

Title:
  DVD export doesn't create DVD files

Status in OpenShot Video Editor:
  New

Bug description:
  Openshot will create a .dvd file but no .vob dvd files for burning on
  a dvd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/812428/+subscriptions

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


[Linux-traipu] [Bug 811341] Re: `sys_replication`.`applier_state` lacks default values for originating_server_uuid and originating_commit_id

2011-07-18 Thread Joe Daly
David,

The local server uuid probably is the way to go and the correct
approach. It will need some rework as the server uuid currently isnt
available to the slave plugin, its retrieved from the master host from
the inno replication log.

I can poke at this in the near future. If its a roadblock I would
suggest putting '' for the uuid and linking this bug.

** Changed in: drizzle
 Assignee: (unassigned) = Joe Daly (skinny.moey)

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/811341

Title:
   `sys_replication`.`applier_state` lacks default values for
  originating_server_uuid and originating_commit_id

Status in A Lightweight SQL Database for Cloud Infrastructure and Web 
Applications:
  Confirmed

Bug description:
  When the following runs:

  
  INSERT INTO `sys_replication`.`applier_state` (`master_id`, 
`last_applied_commit_id`, `status`) VALUES (1,0 , 'STOPPED')


  We get an error because there are no default values for
  originating_server_uuid and originating_commit_id in the
  sys_replication.applier_state table.

  What should the defaults be?

To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/811341/+subscriptions

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


[Linux-traipu] [Bug 811947] Re: openshot-doc not found

2011-07-18 Thread Cenwen
Hi,
You must install too docbook-xsl and docbook-xml, same if I do'nt remember well 
all the packages needed for a KDE environment.

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/811947

Title:
  openshot-doc not found

Status in OpenShot Video Editor:
  Triaged

Bug description:
  1) Kubuntu 11.04 x64
  2) Installed from PPA
  3) OpenShot 1.3.1

  Hi

  I'm new to OpenShot and wanted to cut out some scenes from a video. I
  was looking for a how-to in the manual of OpenShot, bacause i never
  before did some video editing. Unfortunately, the manual (openshot-doc
  package) is not found even though it is installed (see attached
  screenshot).

  
  Regards,
  Atalanttore

To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/811947/+subscriptions

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


[Linux-traipu] [Bug 811947] Re: openshot-doc not found

2011-07-18 Thread Atalanttore
docbook-xsl and docbook-xml are already installed.

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/811947

Title:
  openshot-doc not found

Status in OpenShot Video Editor:
  Triaged

Bug description:
  1) Kubuntu 11.04 x64
  2) Installed from PPA
  3) OpenShot 1.3.1

  Hi

  I'm new to OpenShot and wanted to cut out some scenes from a video. I
  was looking for a how-to in the manual of OpenShot, bacause i never
  before did some video editing. Unfortunately, the manual (openshot-doc
  package) is not found even though it is installed (see attached
  screenshot).

  
  Regards,
  Atalanttore

To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/811947/+subscriptions

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


[Linux-traipu] [Bug 811947] Re: openshot-doc not found

2011-07-18 Thread Cenwen
Same after doing some search, I must said that I don't remember the package 
installed for having a functional manual. 
The best thing is to put the list of my package. Like this, you could check 
more easily with your system. 
Hovewer, I remarked that the images were not display.
 Sorry to not help you more.


** Attachment added: kubuntunattypaquets.catalog
   
https://bugs.launchpad.net/openshot/+bug/811947/+attachment/2215470/+files/kubuntunattypaquets.catalog

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/811947

Title:
  openshot-doc not found

Status in OpenShot Video Editor:
  Triaged

Bug description:
  1) Kubuntu 11.04 x64
  2) Installed from PPA
  3) OpenShot 1.3.1

  Hi

  I'm new to OpenShot and wanted to cut out some scenes from a video. I
  was looking for a how-to in the manual of OpenShot, bacause i never
  before did some video editing. Unfortunately, the manual (openshot-doc
  package) is not found even though it is installed (see attached
  screenshot).

  
  Regards,
  Atalanttore

To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/811947/+subscriptions

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


[Linux-traipu] [Bug 812428] Re: DVD export doesn't create DVD files

2011-07-18 Thread Cenwen
Hi,
Exactly, and you can burn them without none problems. The extension .dvd and 
.vob are the same.
The pacht was created by the author of Bombono DVD, great authoring software 
for Gnome.

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/812428

Title:
  DVD export doesn't create DVD files

Status in OpenShot Video Editor:
  New

Bug description:
  Openshot will create a .dvd file but no .vob dvd files for burning on
  a dvd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/812428/+subscriptions

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


[Linux-traipu] [Bug 799392] Re: MythTV Updates Repository is still enabled in GUI after distro upgrade

2011-07-18 Thread Thomas Mashos
** Changed in: mythbuntu
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/799392

Title:
  MythTV Updates Repository is still enabled in GUI after distro upgrade

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  Fix Released
Status in “mythbuntu-control-centre” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: mythbuntu-control-centre

  When I upgraded Mythbuntu from 10.10 to 11.04 all third-party sources
  (including PPAs) were disabled, as per the standard practice of Ubuntu
  upgrades.  After the upgrade had completed, the option in Mythbuntu
  Control Centre for the MythTV Updates Repository was still enabled.
  This option should be disabled on distro upgrade to match the actual
  state of the PPA in APT sources after the upgrade (disabled).

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: mythbuntu-control-centre 0.63-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Sun Jun 19 23:00:52 2011
  InstallationMedia: Mythbuntu 10.04 LTS Lucid Lynx - Release amd64 
(20100427.1)
  PackageArchitecture: all
  ProcEnviron:
   LANG=en_AU.UTF-8
   SHELL=/bin/bash
  SourcePackage: mythbuntu-control-centre
  UpgradeStatus: Upgraded to natty on 2011-05-03 (47 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mythbuntu/+bug/799392/+subscriptions

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


[Linux-traipu] [Bug 724302] Re: changing label of files with same name changes both labels

2011-07-18 Thread Andy Finch
** Changed in: openshot
 Assignee: (unassigned) = Andy Finch (fincha)

** Changed in: openshot
   Status: Confirmed = In Progress

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/724302

Title:
  changing label of files with same name changes both labels

Status in OpenShot Video Editor:
  In Progress

Bug description:
  If you have attach two files with the same name, but different paths,
  and change the label in one, apon reopening the project, both files
  have the same label. To reproduce:

  1) Add test1/image01.jpg to project
  2) Add test2/image01.jpg to project

  Change label of first image01.jpg. After saving project, and closing
  openshot and reopening project, both files have same label. This
  occurs in version 1.3.0, and latest from trunk.  Running archlinux
  (latest, rolling release).

  This occurs because the UpdateFileLabel function works on the name
  of the file object. Changing this to use the file objects unique_id
  fixes this problem. I've attached a bzr send -o of the changes i did
  to fix this problem. I've also removed references to UpdateFileLabel
  from the TreeHistory, TreeBlender, and TreeEffects classes, as the
  cell_edited function is never called in these classes as none of the
  forms cells are editable.

  I've never used bzr before, so not sure if the bzr send -o command is
  the right one to use in this circumstance, but its output is text
  based so you can get the patches from the merge file at any rate.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/724302/+subscriptions

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


[Linux-traipu] [Bug 550431] Re: enable audio video options in clip popup menu

2011-07-18 Thread Andy Finch
** Changed in: openshot
   Status: Triaged = In Progress

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/550431

Title:
  enable audio video options in clip popup menu

Status in OpenShot Video Editor:
  In Progress

Bug description:
  If the clip is very short, the enable audio/video controls become
  invisible, and opening the properties dialog each time is too
  cumbersome for this task.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/550431/+subscriptions

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


[Linux-traipu] [Bug 683118] Missing required logs.

2011-07-18 Thread Brad Figg
This bug is missing log files that will aid in dianosing the problem.
From a terminal window please run:

apport-collect 683118

and then change the status of the bug back to 'New'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/683118

Title:
  i2c errors with af9015 / tda18271 (V4L DVB)

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  New
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  [67192.619144] dvb-usb: error -1 while querying for an remote control event.
  [67344.625825] af9015: recv bulk message failed:-71
  [67344.628207] tda18271_read_regs: [6-00c0|M] ERROR: i2c_transfer returned: -1
  [67344.628214] tda18271_ir_cal_init: [6-00c0|M] error -1 on line 811
  [67344.628218] tda18271_init: [6-00c0|M] error -1 on line 835
  [67344.628221] tda18271_tune: [6-00c0|M] error -1 on line 908
  [67344.628224] tda18271_set_params: [6-00c0|M] error -1 on line 989
  [67808.766960] af9015: recv bulk message failed:-71
  [67808.769138] tda18271_read_regs: [3-00c0|M] ERROR: i2c_transfer returned: -1
  [67808.769145] tda18271_ir_cal_init: [3-00c0|M] error -1 on line 811
  [67808.769148] tda18271_init: [3-00c0|M] error -1 on line 835
  [67808.769152] tda18271_tune: [3-00c0|M] error -1 on line 908
  [67808.769155] tda18271_set_params: [3-00c0|M] error -1 on line 989
  [67915.647853] af9015: recv bulk message failed:-71
  [67915.650215] tda18271_read_regs: [6-00c0|M] ERROR: i2c_transfer returned: -1
  [67915.650222] tda18271_ir_cal_init: [6-00c0|M] error -1 on line 811
  [67915.650226] tda18271_init: [6-00c0|M] error -1 on line 835
  [67915.650229] tda18271_tune: [6-00c0|M] error -1 on line 908
  [67915.650232] tda18271_set_params: [6-00c0|M] error -1 on line 989
  [68229.757124] af9015: recv bulk message failed:-71
  [68229.759358] tda18271_read_regs: [6-00c0|M] ERROR: i2c_transfer returned: -1
  [68229.759367] tda18271_ir_cal_init: [6-00c0|M] error -1 on line 811
  [68229.759370] tda18271_init: [6-00c0|M] error -1 on line 835
  [68229.759374] tda18271_tune: [6-00c0|M] error -1 on line 908
  [68229.759377] tda18271_set_params: [6-00c0|M] error -1 on line 989
  [68592.432905] af9015: recv bulk message failed:-71
  [68592.435400] tda18271_read_regs: [6-00c0|M] ERROR: i2c_transfer returned: -1
  [68592.435409] tda18271_ir_cal_init: [6-00c0|M] error -1 on line 811
  [68592.435413] tda18271_init: [6-00c0|M] error -1 on line 835
  [68592.435416] tda18271_tune: [6-00c0|M] error -1 on line 908
  [68592.435420] tda18271_set_params: [6-00c0|M] error -1 on line 989
  [68958.121675] af9015: recv bulk message failed:-71
  [68958.123910] tda18271_read_regs: [6-00c0|M] ERROR: i2c_transfer returned: -1
  [69195.715584] af9015: recv bulk message failed:-71
  [69195.717821] tda18271_read_regs: [3-00c0|M] ERROR: i2c_transfer returned: -1
  [69195.717829] tda18271_ir_cal_init: [3-00c0|M] error -1 on line 811
  [69195.717832] tda18271_init: [3-00c0|M] error -1 on line 835
  [69195.717835] tda18271_tune: [3-00c0|M] error -1 on line 908
  [69195.717839] tda18271_set_params: [3-00c0|M] error -1 on line 989
  [69269.512951] af9015: recv bulk message failed:-71
  [69269.515414] tda18271_read_regs: [6-00c0|M] ERROR: i2c_transfer returned: -1
  [69278.492850] af9015: recv bulk message failed:-71
  [69278.495208] tda18271_read_regs: [6-00c0|M] ERROR: i2c_transfer returned: -1
  [69636.913676] af9015: recv bulk message failed:-71
  [69636.916050] tda18271_read_regs: [6-00c0|M] ERROR: i2c_transfer returned: -1
  [69664.747454] af9015: recv bulk message failed:-71
  [69664.749801] tda18271_read_regs: [3-00c0|M] ERROR: i2c_transfer returned: -1
  [69664.749809] tda18271_ir_cal_init: [3-00c0|M] error -1 on line 811
  [69664.749813] tda18271_init: [3-00c0|M] error -1 on line 835
  [69664.749816] tda18271_tune: [3-00c0|M] error -1 on line 908
  [69664.749819] tda18271_set_params: [3-00c0|M] error -1 on line 989
  [69788.957358] af9015: recv bulk message failed:-71
  [69788.959730] tda18271_read_regs: [3-00c0|M] ERROR: i2c_transfer returned: -1
  [69788.959740] tda18271_ir_cal_init: [3-00c0|M] error -1 on line 811
  [69788.959744] tda18271_init: [3-00c0|M] error -1 on line 835
  [69788.959747] tda18271_tune: [3-00c0|M] error -1 on line 908
  [69788.959751] tda18271_set_params: [3-00c0|M] error -1 on line 989
  [70244.077358] af9015: recv bulk message failed:-71
  [70244.079729] tda18271_read_regs: [3-00c0|M] ERROR: i2c_transfer returned: -1
  [70244.079737] tda18271_ir_cal_init: [3-00c0|M] error -1 on line 811
  [70244.079741] tda18271_init: [3-00c0|M] error -1 on line 835
  [70244.079744] 

[Linux-traipu] [Bug 812428] Re: DVD export doesn't create DVD files

2011-07-18 Thread ubby
I have tried to burn the .dvd file as a video dvd in Brasero but that doesn't 
work.
Do I need to burn the .dvd file as a data dvd in brasero?

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/812428

Title:
  DVD export doesn't create DVD files

Status in OpenShot Video Editor:
  New

Bug description:
  Openshot will create a .dvd file but no .vob dvd files for burning on
  a dvd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/812428/+subscriptions

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp