From owner-freebsd-gnome Tue Feb 4 8:58:45 2003 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 2374837B401; Tue, 4 Feb 2003 08:58:42 -0800 (PST) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F28743F79; Tue, 4 Feb 2003 08:58:41 -0800 (PST) (envelope-from klammer@webonaut.com) Received: from [212.41.243.28] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 7B7E9766C6; Tue, 4 Feb 2003 17:58:33 +0100 (CET) Subject: PS: Attn GNOME 2.2 testers From: Franz Klammer To: Joe Marcus Clarke Cc: FreeBSD-gnome In-Reply-To: <1044367538.8628.49.camel@ds9.webonaut.com> References: <1044341122.71367.22.camel@shumai.marcuscom.com> <1044367538.8628.49.camel@ds9.webonaut.com> Content-Type: multipart/mixed; boundary="=-pM7L/vp/pooa6jgK/Spo" Organization: Message-Id: <1044378229.617.5.camel@ds9.webonaut.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 04 Feb 2003 18:03:49 +0100 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-pM7L/vp/pooa6jgK/Spo Content-Type: text/plain Content-Transfer-Encoding: 7bit Am Di, 2003-02-04 um 15.05 schrieb Franz Klammer: > Am Di, 2003-02-04 um 07.45 schrieb Joe Marcus Clarke: > > Mario (lioux) has updated gstreamer to 0.6.0 for the GNOME 2.2 test > > tree. He's made some good changes, so please test (Franz, I know I can > > count on you), and let me know how it goes. Thanks. > > > > hi! > how did you know that ;-) > > ok! here are my experiences: > > > ====== MPEG: ====== > * thumbnails of small files working (i've one with 15MB) > * if the files bigger (>600MB) the gst-thumbnail process > grows over the filesize and then core dumps. > > > > ====== AVI: ====== > * there is no problem with the file size > * take a look at the attachment to see _what_ i get as thumbnail. > * gst-thumbnail produces these output: > > >> ---------------- start output AVI-thumbnail ----------------- << > : Found 9 plugins (/usr/local/lib/avifile,A:35,V:76) > : FFMPEG DivX ;-) video decoder created > : not using DR1 > : not using DR1 > warning: first frame is no keyframe > > *** many ffdivx and keyframe-warnings removed *** > > Snapped. > >> ------------------------ end -------------------------------- << > i think i've found where the ffmpeg-problems coming from: attached an excerpt from the output while building gstreamer-plugins. franz > > Joe -- --=-pM7L/vp/pooa6jgK/Spo Content-Disposition: attachment; filename=gst_plugins_ffmpeg.txt Content-Type: text/plain; name=gst_plugins_ffmpeg.txt; charset=ISO8859-1 Content-Transfer-Encoding: 8bit gmake[4]: Entering directory `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-0.6.0/gst-libs/ext/ffmpeg' Makefile:538: Warnung: Die Befehle für das Ziel »dvi-recursive« werden überschrieben Makefile:307: Warnung: Alte Befehle für das Ziel »dvi-recursive« werden ignoriert Makefile:540: Warnung: Die Befehle für das Ziel »check-recursive« werden überschrieben Makefile:307: Warnung: Alte Befehle für das Ziel »check-recursive« werden ignoriert Makefile:542: Warnung: Die Befehle für das Ziel »installcheck-recursive« werden überschrieben Makefile:307: Warnung: Alte Befehle für das Ziel »installcheck-recursive« werden ignoriert Patching ffmpeg if necessary ...Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN ffmpeg.patch/libavformat/allformats.c ffmpeg/libavformat/allformats.c |--- ffmpeg.patch/libavformat/allformats.c 2002-11-05 01:38:06.000000000 +0100 |+++ ffmpeg/libavformat/allformats.c 2003-01-16 17:31:13.000000000 +0100 -------------------------- Patching file ffmpeg/libavformat/allformats.c using Plan A... Ignoring previously applied (or reversed) patch. Hunk #1 ignored at 38. 1 out of 1 hunks ignored--saving rejects to rejects Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN ffmpeg.patch/libavformat/avformat.h ffmpeg/libavformat/avformat.h |--- ffmpeg.patch/libavformat/avformat.h 2002-12-04 11:04:03.000000000 +0100 |+++ ffmpeg/libavformat/avformat.h 2003-01-16 17:31:14.000000000 +0100 -------------------------- Patching file ffmpeg/libavformat/avformat.h using Plan A... Ignoring previously applied (or reversed) patch. Hunk #1 ignored at 228. Hunk #2 ignored at 237. 2 out of 2 hunks ignored--saving rejects to ffmpeg/libavformat/avformat.h.rej Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN ffmpeg.patch/libavformat/dv.c ffmpeg/libavformat/dv.c |--- ffmpeg.patch/libavformat/dv.c 2002-11-11 10:05:57.000000000 +0100 |+++ ffmpeg/libavformat/dv.c 2003-01-16 17:31:15.000000000 +0100 -------------------------- Patching file ffmpeg/libavformat/dv.c using Plan A... Ignoring previously applied (or reversed) patch. Hunk #1 ignored at 126. 1 out of 1 hunks ignored--saving rejects to ffmpeg/libavformat/dv.c.rej Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -urN ffmpeg.patch/libavformat/wav.c ffmpeg/libavformat/wav.c |--- ffmpeg.patch/libavformat/wav.c 2002-11-11 10:09:06.000000000 +0100 |+++ ffmpeg/libavformat/wav.c 2003-01-16 17:31:16.000000000 +0100 -------------------------- Patching file ffmpeg/libavformat/wav.c using Plan A... Ignoring previously applied (or reversed) patch. Hunk #1 ignored at 318. 1 out of 1 hunks ignored--saving rejects to ffmpeg/libavformat/wav.c.rej Hmm... Ignoring the trailing garbage. done done. Making all in ffmpeg --=-pM7L/vp/pooa6jgK/Spo-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message