From owner-freebsd-gnome@FreeBSD.ORG Sun Jul 16 04:05:27 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org 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 8AC3E16A4E2 for ; Sun, 16 Jul 2006 04:05:26 +0000 (UTC) (envelope-from jahnke@sonatabio.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49A5843D45 for ; Sun, 16 Jul 2006 04:05:26 +0000 (GMT) (envelope-from jahnke@sonatabio.com) Received: from pinot.fmjassoc.com (209.218.101.53.bvi2.wizwire.com [209.218.101.53]) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id k6G35K1B008960; Sat, 15 Jul 2006 20:05:20 -0700 From: Frank Jahnke To: Joe Marcus Clarke In-Reply-To: <1153021987.63370.18.camel@shumai.marcuscom.com> References: <1153004132.1755.17.camel@localhost> <1153021987.63370.18.camel@shumai.marcuscom.com> Content-Type: text/plain Date: Sat, 15 Jul 2006 21:04:46 -0700 Message-Id: <1153022686.1755.37.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-WizWire-MailScanner: Found to be clean X-MailScanner-From: jahnke@sonatabio.com Cc: freebsd-gnome@freebsd.org Subject: Re: Sound/Video in Gnome 2.14 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 04:05:27 -0000 On Sat, 2006-07-15 at 23:53 -0400, Joe Marcus Clarke wrote: > Sounds like gstreamer is not functioning properly. What errors do you > see when you run rhythmbox from the command line? Without any options, I get a Gnome pop-up that says: "Failed to create the player: Couldn't initialize scheduler. Did you run gst-register?" > What gstreamer plugins do you have installed? The standard ones with the Gnome install. gst-inspect tells me that there are 68 plugins, 466 features. The list is rather long -- are there a few in which you are interested? > What gstreamer output sink are you using? I didn't specify one (where is this set?). gst-inspect shows the following sinks: pinot% gst-inspect | grep sink gnomevfs: gnomevfssink: GnomeVFS Sink ossaudio: osssink: Audio Sink (OSS) udp: dynudpsink: UDP packet sender udp: multiudpsink: UDP packet sender udp: udpsink: UDP packet sender debug: testsink: Test plugin autodetect: autoaudiosink: Auto audio sink autodetect: autovideosink: Auto video sink gconfelements: gconfaudiosink: GConf audio sink gconfelements: gconfvideosink: GConf video sink esdsink: esdsink: Esound audio sink xvimagesink: xvimagesink: Video sink ximagesink: ximagesink: Video sink tcp: multifdsink: Multi filedescriptor sink tcp: tcpserversink: TCP server sink tcp: tcpclientsink: TCP client sink coreelements: filesink: File Sink coreelements: fdsink: Filedescriptor Sink coreelements: fakesink: Fake Sink Frank