From owner-freebsd-gnome@FreeBSD.ORG Tue Jun 15 21:49:16 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A942516A4CE for ; Tue, 15 Jun 2004 21:49:16 +0000 (GMT) Received: from mail.mcneil.com (rrcs-west-24-199-45-54.biz.rr.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99FF843D49 for ; Tue, 15 Jun 2004 21:49:16 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 573CDFD031; Tue, 15 Jun 2004 14:49:16 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00681-05; Tue, 15 Jun 2004 14:49:15 -0700 (PDT) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 8FE11FD01A; Tue, 15 Jun 2004 14:49:15 -0700 (PDT) From: Sean McNeil To: Joe Marcus Clarke In-Reply-To: <1087322808.898.45.camel@gyros> References: <1087321745.23909.6.camel@server.mcneil.com> <1087322808.898.45.camel@gyros> Content-Type: text/plain Message-Id: <1087336155.2693.20.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 15 Jun 2004 14:49:15 -0700 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com cc: freebsd-gnome@freebsd.org Subject: Re: properties Audio/Video tab problems X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2004 21:49:16 -0000 On Tue, 2004-06-15 at 11:06, Joe Marcus Clarke wrote: > On Tue, 2004-06-15 at 13:49, Sean McNeil wrote: > > I'm running on an amd64 system and was wondering if anyone else sees > > this: > > > > In nautilus, I go to a folder with some multimedia files. If I right > > click properties on any MP3, MPEG2, MPEG4 file I get the dialog coming > > up, but when clicking on the Audio/Video tab I get an error message: > > > > There was an error while trying to create view named 'Audio/Video': > > System exception: IDL: omg.org/CORBA/COMM_FAILURE:1.0 > > > > I've done a portupgrade -fRr nautilus2-2.6.3 to make sure it wasn't an > > installation problem, but it didn't clear up. > > > > Is anyone else experiencing issues with the tab in Properties? > > Not on i386. This tab is controlled by totem, so try reinstalling that. OK, so there might be some configuration issues that are new. For instance, it mentions a whole bunch of gstreamer plugins that have to be enabled by USE_xxxx. Can't these be enabled if the libraries are there? Like faac, faad, libmpeg2? I'm getting a core dump with totem-properties-page here: gst_play_new (error=0x7fffffffdc58) at play.c:1334 because play points to NULL. Sean