[Bug 1051559]

2013-03-21 Thread Alessandro Decina
A fix for the test_buffered failure is in https://bugzilla.mozilla.org/show_bug.cgi?id=853325 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1051559 Title: Build Firefox with GStreamer support To ma

[Bug 1051559]

2013-03-21 Thread Alessandro Decina
I created https://bugzilla.mozilla.org/show_bug.cgi?id=853306 to track and land the whitelist patch. Looking at the test_buffered failure next. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1051559 Ti

[Bug 1051559]

2013-03-20 Thread Alessandro Decina
(In reply to Chris Pearce (:cpearce) from comment #54) > I built latest trunk on my Fedora box this morning with --enable-gstreamer, > and I still get the following test failure in > content/media/test/test_buffered.html: > > TEST-UNEXPECTED-FAIL| unknown test url | owl.mp3: First range end should

[Bug 1051559]

2013-03-20 Thread Alessandro Decina
Created attachment 727111 gst codec whitelist This patch makes the gst backend stop in ReadMetadata if the stream being decoded includes unsupported codecs. I'm not sure it's stopping in the right place, it makes playing http://www.tools4movies.com/dvd_catalyst_profile_samples/Harold%20Kumar%203%2

[Bug 1051559]

2013-03-18 Thread Alessandro Decina
(In reply to Chris Pearce (:cpearce) from comment #47) > (In reply to Alessandro Decina from comment #46) > > In addition to that, we could potentially consider importing the > > ogg/webm/h264 gst plugins in m-c so there's even more control over those. > > I'd ra

[Bug 1051559]

2013-03-18 Thread Alessandro Decina
(In reply to Chris Double (:doublec) from comment #51) > (In reply to Alessandro Decina from comment #46) > > In addition to that, we could potentially consider importing the > > ogg/webm/h264 gst plugins in m-c so there's even more control over those. > > If this means

[Bug 1051559]

2013-03-18 Thread Alessandro Decina
Sorry I'm late to the discussion. There's something that hasn't been said that I want to clarify: GStreamer does take ABI compatibility very seriously. 0.10 was released in 2005 and we broke ABI compatibility for the first time now with 1.0. When we do break ABI compatibility, we make sure that ol

[Bug 412647]

2012-05-09 Thread Alessandro Decina
(In reply to Sid from comment #295) > (In reply to Ralph Giles (:rillian) from comment #294) > > As far as I know current plans aren't settled; the > > decision to change policy on the official builds depends on the codec > > issues, and we don't have consensus or working code there yet. > > Yeah,

[Bug 412647]

2012-04-20 Thread Alessandro Decina
Should work with Firefox on any platform, including Windows. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/412647 Title: Firefox is not able to play mp4 tags To manage notifications about this bug

[Bug 412647]

2012-04-18 Thread Alessandro Decina
(In reply to Michael Monreal [:monreal] from comment #275) > As GSteamer 1.0 is just around the corner... > > http://gstreamer.freedesktop.org/wiki/ZeroPointEleven > http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/random/porting-to- > 0.11.txt Hehe, yeah that's on the todo list already

[Bug 412647]

2012-04-17 Thread Alessandro Decina
Great, waiting for someone with commit access to merge then \o/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/412647 Title: Firefox is not able to play mp4 tags To manage notifications about this

[Bug 412647]

2012-04-17 Thread Alessandro Decina
Created attachment 615622 GStreamer backend for audio/video decoding (including all the post review fixes) New patch checking for gst >=0.10.33 and dealing with the comments in your last review. The patch is not incremental but contains all the changes so far, which should ease merging. I pushed

[Bug 412647]

2012-04-11 Thread Alessandro Decina
source-setup was added to playbin2 in 0.10.33. The gst check in configure.in should check for gstreamer core and gst-plugins-base >= 0.10.33. I'll fix this in the next patch. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 412647]

2012-04-03 Thread Alessandro Decina
Created attachment 611716 New patch addressing 1st review comments + misc fixes. See comment #263. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/412647 Title: Firefox is not able to play mp4 tags

[Bug 412647]

2012-04-03 Thread Alessandro Decina
Thanks for the review. I'm attaching a new patch that addresses most of the issues you pointed out (and more, see inline comments below). I also started pushing my git repository to https://github.com/alessandrod /mozilla-central which hopefully helps to understand what's changed. (In reply to Ch

[Bug 412647]

2012-03-14 Thread Alessandro Decina
Created attachment 605705 nsBuiltinDecoder* based implementation tl;dr: I'm attaching a new, simpler patch that adds gst decoding support to firefox, based on the recent(ish) gecko nsBuiltinDecoder* interfaces. Hopefully this version will be easier to review, merge and maintain. I'm a gst develop

[Bug 640630] Re: pitivi crashed with SIGSEGV in PyEval_EvalCodeEx()

2010-10-04 Thread Alessandro Decina
** Patch added: "Canvas fixes backported to 0.13.5" https://bugs.launchpad.net/ubuntu/+source/pygoocanvas/+bug/640630/+attachment/1671260/+files/0001-backport-canvas-fixes-to-0.13.5.patch -- pitivi crashed with SIGSEGV in PyEval_EvalCodeEx() https://bugs.launchpad.net/bugs/640630 You receive

[Bug 640378] Re: pitivi crashed with TypeError in _unblockPad()

2010-09-20 Thread Alessandro Decina
can you launch pitivi from the command line this way GST_DEBUG=*:2,python:5 pitivi -ia yourfile.mpg >pitivi.log 2>&1 then close pitivi and attach pitivi.log here? -- pitivi crashed with TypeError in _unblockPad() https://bugs.launchpad.net/bugs/640378 You received this bug notification because

[Bug 339312] Re: pitivi does not work with python2.6

2009-03-18 Thread Alessandro Decina
yes but I didn't change the status as danny replied to an actual bug that was closed and the fix released -- pitivi does not work with python2.6 https://bugs.launchpad.net/bugs/339312 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 339312] Re: pitivi does not work with python2.6

2009-03-17 Thread Alessandro Decina
I can't reproduce this. I can install and upgrade from that repo. these are the python-gst0.10 deps i can see: Package: python-gst0.10 Source: gst0.10-python Version: 0.10.14.1~git20090312-1~jaunty1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.16.0), libgstreamer-plugins-base0.10-0 (>= 0.10.

[Bug 339312] Re: pitivi does not work with python2.6

2009-03-16 Thread Alessandro Decina
Danny are you using intrepid or jaunty? And can you paste your sources.list? -- pitivi does not work with python2.6 https://bugs.launchpad.net/bugs/339312 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubunt

[Bug 263697] Re: installing elisa 0.3.5 breaks the unit tests of unrelated Python packages

2008-09-02 Thread Alessandro Decina
Thanks for looking into this. Well, the solution would be to upgrade to 0.5 as 0.3 is not supported anymore. Packages are in our PPA. If that's not an option, we could cook a patch and check with ubuntu if it's possible to push it through hardy-updates. -- installing elisa 0.3.5 breaks the unit

[Bug 122496] Re: mono always crashes on ppc

2008-03-26 Thread Alessandro Decina
I did a quick test and I can reproduce it with banshee: [EMAIL PROTECTED]:~/src$ banshee Debug: [3/26/2008 10:30:46 PM] (Loading audio profiles) - /usr/share/banshee/audio-profiles Debug: [3/26/2008 10:30:49 PM] (Default player engine) - GStreamer 0.10 Debug: [3/26/2008 10:30:49 PM] (Audio CD Cor

Re: [Bug 186647] Re: promote to main

2008-03-19 Thread Alessandro Decina
On Wed, Mar 19, 2008 at 5:44 PM, Martin Pitt <[EMAIL PROTECTED]> wrote: > Yes, it is. python-bluez should get a MIR, that sounds harmless > enough. I haven't heard about the others so far. If they are truly > harmless (i. e. bindings to libraries in main), we can promote them, > otherwise we sh

Re: [Bug 186647] Re: promote to main

2008-03-19 Thread Alessandro Decina
On Wed, Mar 19, 2008 at 3:24 PM, Martin Pitt <[EMAIL PROTECTED]> wrote: > Maybe, but we have to consider that we are deep in feature freeze > mode, and shouldn't do intrusive changes in Hardy any more. Right. > Another idea that came up was to split the UI into its own binary > package and lea

[Bug 186647] Re: promote to main

2008-03-19 Thread Alessandro Decina
It's ok for us to move -bluez and -daap to Recommends. Regarding coherence, although we could live with it being in universe I think that it should be considered for inclusion in main. Rhythmbox has a powerful upnp plugin that depends on coherence too. The library is well written and relatively sm

[Bug 186647] Re: promote to main

2008-03-17 Thread Alessandro Decina
Thanks for looking at this. Regarding elisa-plugins-ugly, we don't strictly depend on it. Our policy for -ugly is the same as for gstreamer0.10-plugins-ugly and gstreamer0.10-plugins-ugly is in universe so I guess elisa-plugins-ugly can stay in universe. -- promote to main https://bugs.launchpad

[Bug 186647] Re: promote to main

2008-03-14 Thread Alessandro Decina
Elisa is now in hardy. In the meantime we released a new bugfix version, 0.3.5, which is going to be packaged by lool soon. Is there anything else that we can do? Maybe help writing the MIR? -- promote to main https://bugs.launchpad.net/bugs/186647 You received this bug notification because you

[Bug 127424] Re: segfault in g_io_add_watch on PPC

2007-07-23 Thread Alessandro Decina
What i'm saying is that imo it's not by accident. I think they used that attribute to be able to pass the IOChannel struct where a GIOChannel pointer is needed. IOChannel is a value-type and its layout is sequential, hence there should be no padding or reordering in the fields. So passing an IOChan

[Bug 127424] Re: segfault in g_io_add_watch on PPC

2007-07-23 Thread Alessandro Decina
Hi slomo, thanks for looking at this. AFAIU the IOChannel struct in GLib.IO.cs has a StructLayout (LayoutKind.Sequential) attribute so that passing IOChannel by value or passing IOChannel.Handle *should* have the same result. And indeed this works on x86. This might be a regression introduced by

[Bug 122496] Re: mono always crashes on ppc

2007-07-21 Thread Alessandro Decina
https://bugs.launchpad.net/ubuntu/+source/ndesk-dbus-glib/+bug/127424 is the bug against ndesk-dbus-glib -- mono always crashes on ppc https://bugs.launchpad.net/bugs/122496 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubunt

[Bug 127424] Re: segfault in g_io_add_watch on PPC

2007-07-21 Thread Alessandro Decina
for the brave ppc users that want to try the patch: apt-get source ndesk-dbus-glib cd ndesk-dbus-glib-0.3 sudo apt-get build-dep ndesk-dbus-glib wget http://launchpadlibrarian.net/8542716/ndesk_glib_workaround.diff patch -p0 https://bugs.launchpad.net/bugs/127424 You received this bug notification

[Bug 127424] Re: segfault in g_io_add_watch

2007-07-21 Thread Alessandro Decina
This seems a bug in mono on ppc actually, see https://bugs.launchpad.net/ubuntu/+source/mono/+bug/122496/comments/5 for details. Attached is a patch to workaround the bug. This makes tomboy and f-spot start again here. Note that this is just a workaround, a better way to fix this directly in mon

[Bug 127424] segfault in g_io_add_watch

2007-07-21 Thread Alessandro Decina
Public bug reported: All mono apps that use ndesk-dbus-glib in gutsy segfault like this: $ tomboy [DEBUG]: NoteManager created with note path "/home/dale/.tomboy". Trying Plugin: Backlinks.dll ... BacklinksPlugin. [DEBUG]: Done. Trying Plugin: Bugzilla.dll ... BugzillaPlugin. [DEBUG]: Done. Tryin

[Bug 122496] Re: mono always crashes on ppc

2007-07-17 Thread Alessandro Decina
I could but this is actually a bug in mono-jit. Of course it can be worked around in ndesk-glib, but it would need fixing in all the mono apps/libs that pass structs by value in p/invoke... Anyway, i'm going to open a bug on ndesk-glib and will attach a workaround there. -- mono always crashes

[Bug 122496] Re: mono always crashes on ppc

2007-07-16 Thread Alessandro Decina
f-spot and tomboy (and all the apps that use dbus in general) still crash, see comment #5. The patch added in 1.2.4-3ubuntu3 fixes only the first part, the arch_handle_exception assertion. -- mono always crashes on ppc https://bugs.launchpad.net/bugs/122496 You received this bug notification be

[Bug 122496] Re: mono always crashes on ppc

2007-07-16 Thread Alessandro Decina
Reopening as it's not completely fixed yet. ** Changed in: mono (Ubuntu) Status: Fix Released => In Progress -- mono always crashes on ppc https://bugs.launchpad.net/bugs/122496 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu

[Bug 122496] Re: mono always crashes on ppc

2007-07-13 Thread Alessandro Decina
The ndesk segfault is due to an inconsistency in how structs are passed in pinvoke. On ppc structs are always passed by-address. This is how GIOChannel is wrapped in ndesk-glib: struct IOChannel { const string GLIB = "libglib-2.0-0.dll"; public IntP

[Bug 122496] Re: mono always crashes on ppc

2007-07-10 Thread Alessandro Decina
With the patch attached on the debian bug I no longer get the assertion error. The NDesk exception is still there though (but it seems to be unrelated). -- mono always crashes on ppc https://bugs.launchpad.net/bugs/122496 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 122496] Re: mono always crashes on ppc

2007-07-10 Thread Alessandro Decina
I can confirm this bug on gutsy. It is reported upstream and to debian. Upstream fixed it in svn see http://bugs.ximian.com/show_bug.cgi?id=81852. The debian mantainer has a patch and is waiting for some testing (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=428190). -- mono always crashes o

[Bug 122496] Re: mono always crashes on ppc

2007-07-10 Thread Alessandro Decina
** Bug watch added: Debian Bug tracker #428190 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=428190 ** Also affects: mono (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=428190 Importance: Unknown Status: Unknown ** Changed in: mono (Ubuntu) Status: New =>

[Bug 122282] /sbin/mount.fuse uses bash specific syntax that breaks with dash

2007-06-26 Thread Alessandro Decina
Public bug reported: [EMAIL PROTECTED]:~/src$ grep lonely /etc/fstab [EMAIL PROTECTED]:/home/dale/src /home/dale/src/lonely fuse defaults,noauto,uid=1000,gid=1000,reconnect,user 0 0 [EMAIL PROTECTED]:~/src$ [EMAIL PROTECTED]:~/src$ ls -l /bin/sh lrwxrwxrwx 1 root root 4 2006-09-07 20:17 /bin/sh

[Bug 121372] Re: Bug migrating active plugins from gconf to ccp

2007-06-23 Thread Alessandro Decina
fixed in compiz-core 1:0.5.1+git20070621-0ubuntu3 ** Changed in: compiz (Ubuntu) Status: New => Fix Released -- Bug migrating active plugins from gconf to ccp https://bugs.launchpad.net/bugs/121372 You received this bug notification because you are a member of Ubuntu Bugs, which is the bu

[Bug 121365] Re: active plugin list not read from the backend

2007-06-21 Thread Alessandro Decina
** Changed in: libcompizconfig (Ubuntu) Status: New => Invalid -- active plugin list not read from the backend https://bugs.launchpad.net/bugs/121365 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing li

[Bug 121365] Re: active plugin list not read from the backend

2007-06-21 Thread Alessandro Decina
After further investigation, looks like this is not needed and the plugin_enabled setting is eventually read from gconf. What I was really seeing is https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/121372. -- active plugin list not read from the backend https://bugs.launchpad.net/bugs/12

[Bug 121372] Bug migrating active plugins from gconf to ccp

2007-06-20 Thread Alessandro Decina
Public bug reported: Binary package hint: compiz compiz.wrapper in gutsy tries to migrate the list of the active plugins from the old location to the new one used by libcompizconfig. It does so by doing this: ... # convert plugin list if [ -x /usr/bin/gconftool-2 ]; then plugins=`gconftool-2

[Bug 121365] Re: active plugin list not read from the backend

2007-06-20 Thread Alessandro Decina
proposed fix ** Attachment added: "get_plugin_enabled_from_backend.bundle" http://launchpadlibrarian.net/8145805/get_plugin_enabled_from_backend.bundle -- active plugin list not read from the backend https://bugs.launchpad.net/bugs/121365 You received this bug notification because you are a m

[Bug 121365] active plugin list not read from the backend

2007-06-20 Thread Alessandro Decina
Public bug reported: compiz in gutsy uses the ccp configuration plugin by default. The ccp plugin doesn't read the active plugin list from the configuration backend (gconf here) but always uses the default list hardcoded at /usr/share/compizconfig/global.xml. The fix is straightforward, i'm att

[Bug 61089] Re: NM should notice changes to /etc/network/interfaces automatically

2007-04-22 Thread Alessandro Decina
NetworkManager is ongoing a fairly big refactory (see http://live.gnome.org/NetworkManagerToDo) and the piece of code that the patch touches is probably going to be changed a lot. So this patch was specific to the NM version packaged in ubuntu (0.6.4-6ubuntu1) at that time and was not meant to b

[Bug 78432] Re: beagled has two instances in the Gnome Session

2007-01-18 Thread Alessandro Decina
The KDE autostart file is missing the OnlyShowIn=KDE; field. sudo echo 'OnlyShowIn=KDE;' >> /etc/xdg/autostart/beagled-autostart.desktop fixes it. -- beagled has two instances in the Gnome Session https://launchpad.net/bugs/78432 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https:/

[Bug 61089] Re: NM should notice changes to /etc/network/interfaces automatically

2007-01-17 Thread Alessandro Decina
Please test and review this patch. /etc/network/interfaces is monitored and the device list rebuilt whenever /e/n/i is changed. The currently active device is kept active unless it has been disabled. It uses inotify directly and not libgnomevfs since network-manager doesn't depend on gnome. The

[Bug 53869] Re: segfault using the new search bar

2006-07-24 Thread Alessandro Decina
the affected package version is 2.7.4-0ubuntu2. (i'm new to launchpad, not sure how to properly specify an affected version) -- segfault using the new search bar https://launchpad.net/bugs/53869 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ub

[Bug 53869] segfault using the new search bar

2006-07-24 Thread Alessandro Decina
Public bug reported: I've reported the bug and a simple fix upstream: http://bugzilla.gnome.org/show_bug.cgi?id=348164. It looks like it will take some time until they fix the bug and release a new version. Given that this bug makes evo segfault almost always on startup (at least on powerpc), c