From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 02:50:08 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97C8616A418 for ; Mon, 17 Dec 2007 02:50:08 +0000 (UTC) (envelope-from hyogeollee@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.185]) by mx1.freebsd.org (Postfix) with ESMTP id 6C10613C457 for ; Mon, 17 Dec 2007 02:50:08 +0000 (UTC) (envelope-from hyogeollee@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1905876rvb.43 for ; Sun, 16 Dec 2007 18:50:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:disposition-notification-to:date:from:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; bh=bPJJBydZeqz1gpHBU+VRTcHjz4K+3xpvszA3A5UZb7c=; b=WSJsr2LDbD7hyIotH2U4RIL3O9wj+A3gBYV3lIrB7USLhVYS6x4J9Gh9XTtsKVJEIRU8jXShy4AfZZtSvxjRBqcAplbEWiG5lfUh+qeIDkyNwJ+CHeaUHd3LH4L89ziqDnEEj6TkY03pXvKwl/r8iTH9Ehn9LObvgaJb6rjsAJY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:disposition-notification-to:date:from:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; b=Z4Sy6/PyULy5ZfpypSk0cLESXcz3CMaewQB71N3iCKj8z8JswZhqu5ZMDyaVCE6CGdOQqhwAi6sspNp8S9J7uhRgI1n5xzYdm9h5m8+0ksxgSc+zpMKJRTqlaKchblPixYewvpcUu+WovD8/qjBhC+PXJrCnS3iKg/jLAjLJ6QU= Received: by 10.141.74.17 with SMTP id b17mr3596465rvl.123.1197859808096; Sun, 16 Dec 2007 18:50:08 -0800 (PST) Received: from localhost.localdomain ( [220.91.192.13]) by mx.google.com with ESMTPS id m26sm15608739pof.2007.12.16.18.50.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 16 Dec 2007 18:50:07 -0800 (PST) Message-ID: <4765E3DD.9050109@gmail.com> Date: Mon, 17 Dec 2007 11:50:05 +0900 From: Hyogeol Lee User-Agent: Thunderbird 2.0.0.9 (X11/20071121) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=EUC-KR Content-Transfer-Encoding: 7bit Subject: Cannot play MP3 with gstreamer after update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2007 02:50:08 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Dear all, I could not play MP3 with gstreamer after update.(totem, rhythmbox ...) Error was 'Internal data flow error'. I tested FreeBSD/i386 7.0 beta 4, FreeBSD/amd64 -current, but both had problem. OGG, flac, wma works fine. Is there any problem with gstreamer? 1. I could play MP3 with specific decoder, e.g. gst-launch filesrc location=01.mp3 ! mad ! audioconvert ! esdsink works fine. 2. I could not play MP3 with playbin, gst-launch playbin uri=file:///home/ez8/01.mp3 Setting pipeline to PAUSED ... Pipeline is PREROLLING ... ERROR: from element /playbin0/source: Internal data flow error. Additional debug info: gstbasesrc.c(2099): gst_base_src_loop (): /playbin0/source: streaming task paused, reason error (-5) ERROR: pipeline doesn't want to preroll. Setting pipeline to NULL ... FREEING pipeline ... 3. gst-inspect information gst-inspect | grep mp3 mad: mad: mad mp3 decoder ffmpeg: ffdemux_mp3: FFMPEG MPEG audio demuxer ffmpeg: ffdec_mp3on4: FFMPEG MP3ON4 decoder ffmpeg: ffdec_mp3adu: FFMPEG ADU-formatted MPEG-1 layer 3 audio decoder ffmpeg: ffdec_mp3: FFMPEG MPEG-1 layer 3 audio decoder mpegaudioparse: mp3parse: MPEG1 Audio Parser typefindfunctions: audio/mpeg: mp3, mp2, mp1, mpga typefindfunctions: application/x-id3v1: mp3, mp2, mp1, mpga, ogg, flac, tta typefindfunctions: application/x-id3v2: mp3, mp2, mp1, mpga, ogg, flac, tta Best Regards, - -- Hyogeol Lee hyogeollee@gmail.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHZePc1D7/GiH6QSERCrNqAJ9vP8Ck6ahgCVEu+mGQdNmJOgAFxwCgoFIp KFei9qpsPFX6eGz51SfzOZY= =eBGo -----END PGP SIGNATURE-----