Comment 14 for bug 19906

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Wed, 10 Sep 2003 19:58:41 +0200
From: Jerome Rousselot <email address hidden>
To: Debian Bug Tracking System <email address hidden>
Subject: gstreamer-jack: Unable to play music

Package: gstreamer-jack
Version: 0.6.3-1
Severity: grave
Tags: sid
Justification: renders package unusable

I have successfully configured my jack daemon (without realtime capabilities). I can use it
with xmms and alsaplayer-jack.
I use gstreamer-properties to select jack as audio output. If I select "Test..." the following error
message is displayed :
Failed to construct test pipeline for 'Jack'

When trying to play an mp3 file with gst-player :

INFO ( 6871: 0) Initializing GStreamer Core Library version 0.6.3
INFO ( 6871: 0) CPU features: (00000000) MMX SSE
INFO ( 6871: 0) registry: loaded user_registry in 0.000152 seconds
          (/home/jerome/.gstreamer/registry.xml)
INFO ( 6871: 0) registry: loaded global_registry in 0.290770 seconds
          (/var/lib/gstreamer/0.6/registry.xml)

(gst-player:6871): GStreamer-CRITICAL **: file gstpad.c: line 1006 (gst_pad_link_filtered): assertion `sinkpad !=
NULL' failed
** Message: adding 'SomeMusic.mp3' with no mimetype
** Message: jack client jacksink0: READY

** (gst-player:6874): WARNING **: jack element jacksink0 needs to be contained in a jack bin.
** Message: jack client jacksink0: READY

** (gst-player:6874): WARNING **: jack element jacksink0 needs to be contained in a jack bin.
** Message: jack client jacksink0: READY

** (gst-player:6874): WARNING **: jack element jacksink0 needs to be contained in a jack bin.

So it seems I need a "jack bin". I've tried to build a pipeline in gst-editor :

In a jackbin, I have a fdsrc to read an mp3, a mad0 sound decoder, and a jacksink.
I connect the first two together, but the interface doesn't let me establish the link between
mad::src and jacksink::alsa_pcm:out_1 (when I try this with an alsa sink the two items connect).

And it seems there are some problems with the alsa output too. The only working sound output seems to be
the OSS driver.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux cubitus.kot.private 2.6.0-test2-1-386 #1 Sat Aug 2 10:49:01 EST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages gstreamer-jack depends on:
ii libc6 2.3.2-6 GNU C Library: Shared libraries an
ii libgstreamer0.6-0 0.6.3-1 Core GStreamer libraries, plugins,
ii libjack0.71.2-0 0.75.0-2 JACK Audio Connection Kit (librari

-- no debconf information