[Bug 720466] Re: When I try burning DVDs it ejects and say that it's impossible to link plugin pads.

2012-06-06 Thread Nokir
When I start brasero with 'GST_DEBUG=*:3 brasero -g', I get the
following:

0:00:10.984295768 16466   0xf36580 INFOGST_PADS 
gstpad.c:1978:gst_pad_link_prepare: trying to link capsfilter1:src and 
ffenc_ac31:sink
0:00:10.985340524 16466   0xf36580 INFOGST_PADS 
gstpad.c:2034:gst_pad_link_prepare: caps are incompatible
BraseroBurn: (at burn-vob.c:684) BraseroVob Error while linking pads


'gst-inspect-0.10 ffenc_ac3' gives me:

  SINK template: 'sink'
Availability: Always
Capabilities:
  audio/x-raw-float
   channels: [ 1, 6 ]
   rate: { 48000, 44100, 32000 }
 endianness: 1234
  width: 32


I looked into plugins/transcode/burn-vob.c near line 684 and found out that the 
capsfilter pad was set to use audio/x-raw-int, which is not compatible with 
ffenc_ac3. So I made the following change to that file:

@@ -638,7 +638,7 @@
BRASERO_JOB_LOG (vob, Setting AC3 rate to 48000);
/* NOTE: we may want to limit the number of channels. */
-   filtercaps = gst_caps_new_full (gst_structure_new (audio/x-raw-int,
+   filtercaps = gst_caps_new_full (gst_structure_new (audio/x-raw-float,
   rate, G_TYPE_INT, 
48000,
   NULL),
NULL);


Now 'GST_DEBUG=*:3 brasero -g' shows me:

0:00:44.819663035 16554  0x2459580 INFOGST_PADS 
gstpad.c:1978:gst_pad_link_prepare: trying to link capsfilter1:src and 
ffenc_ac31:sink
0:00:44.820746205 16554  0x2459580 INFOGST_PADS 
gstpad.c:2161:gst_pad_link_full: linked capsfilter1:src and ffenc_ac31:sink, 
successful


The encoding is starting, but after some megabyte it hangs and the command line 
doesn't print anything anymore. But this seems to be another bug, since the 
very same happens if I select SVCD in the unmodified program.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in Ubuntu.
https://bugs.launchpad.net/bugs/720466

Title:
  When I try burning DVDs it ejects and say that it's impossible to link
  plugin pads.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/720466/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 793216] Re: Brasero hangs when trying to burn mpeg4 file to DVD

2012-06-06 Thread Nokir
** Bug watch added: GNOME Bug Tracker #661727
   https://bugzilla.gnome.org/show_bug.cgi?id=661727

** Also affects: brasero via
   https://bugzilla.gnome.org/show_bug.cgi?id=661727
   Importance: Unknown
   Status: Unknown

** No longer affects: brasero

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in Ubuntu.
https://bugs.launchpad.net/bugs/793216

Title:
  Brasero hangs when trying to burn mpeg4 file to DVD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/793216/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 720466] Re: When I try burning DVDs it ejects and say that it's impossible to link plugin pads.

2012-06-06 Thread Nokir
I forgot to mention: I tested with Brasero 3.4.1 on Ubuntu 12.04 64bit.

** Bug watch added: GNOME Bug Tracker #661727
   https://bugzilla.gnome.org/show_bug.cgi?id=661727

** Also affects: brasero via
   https://bugzilla.gnome.org/show_bug.cgi?id=661727
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in Ubuntu.
https://bugs.launchpad.net/bugs/720466

Title:
  When I try burning DVDs it ejects and say that it's impossible to link
  plugin pads.

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 941018] [NEW] gvfsd-trash needs too much cpu

2012-02-25 Thread Nokir
Public bug reported:

I am copying files from one external harddisk to another one with rsync.
When rsync is running, gvfsd-trash needs about 20% of cpu. I tried to
copy with thunar, in that case gvfsd-trash needs about 40% of cpu.

Source drive is luks/ext3 connected via firewire.
Destination drive is ntfs connected via usb.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gvfs 1.10.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
Uname: Linux 3.0.0-16-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Sat Feb 25 18:09:30 2012
InstallationMedia: Xubuntu 11.04 Natty Narwhal - Release amd64 (20110426.1)
ProcEnviron:
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: gvfs
UpgradeStatus: Upgraded to oneiric on 2012-02-14 (11 days ago)

** Affects: gvfs (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/941018

Title:
  gvfsd-trash needs too much cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/941018/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 941018] Re: gvfsd-trash needs too much cpu

2012-02-25 Thread Nokir
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/941018

Title:
  gvfsd-trash needs too much cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/941018/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 850747] Re: Calculator does not remember selected mode when restarted

2011-11-15 Thread Nokir
Installing libdconf0 solved the problem.
Thank you

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gcalctool in Ubuntu.
https://bugs.launchpad.net/bugs/850747

Title:
  Calculator does not remember selected mode when restarted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcalctool/+bug/850747/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 850747] Re: Calculator does not remember selected mode when restarted

2011-09-15 Thread Nokir
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gcalctool in Ubuntu.
https://bugs.launchpad.net/bugs/850747

Title:
  Calculator does not remember selected mode when restarted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcalctool/+bug/850747/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 850747] [NEW] Calculator does not remember selected mode when restarted

2011-09-15 Thread Nokir
Public bug reported:

In Jaunty, I could select extended or programming mode, close the
calculator, start it again and it was still in the selected mode. In
Natty it starts always in standard mode. Please make it remember the
mode.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: gcalctool 6.0.1~git20110421-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-11.48-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
Architecture: amd64
Date: Thu Sep 15 10:59:05 2011
ExecutablePath: /usr/bin/gcalctool
InstallationMedia: Xubuntu 11.04 Natty Narwhal - Release amd64 (20110426.1)
ProcEnviron:
 LANGUAGE=de_DE:en
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: gcalctool
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gcalctool (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug apport-lpi natty

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gcalctool in Ubuntu.
https://bugs.launchpad.net/bugs/850747

Title:
  Calculator does not remember selected mode when restarted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcalctool/+bug/850747/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs