pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/29644: libopendaap bug and tunesbrowser



The following reply was made to PR pkg/29644; it has been noted by GNATS.

From: Antoine Reilles <Antoine.Reilles%loria.fr@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/29644: libopendaap bug and tunesbrowser
Date: Thu, 10 Mar 2005 19:15:46 +0100

 --Fig2xvG2VGoz8o/s
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Oups, i was too quick with the tunesbrowser update, it does not work
 fine with gst.
 It can read one song, but when it try to play a second song, i just hang
 the gstreamer output, with a laconig message:
 an error occured:
 (null)
 
 a small change in audioplayer.c makes this message more explicit:
 an error occured:
 OSS output failed, /dev/audio already in use
 ((null)).
 
 I'm trying to contact the author since i don't see how to fix that
 
 
 --- audioplayer.c.orig 2005-03-10 18:17:40.000000000 +0100
 +++ audioplayer.c      2005-03-10 18:20:51.000000000 +0100
 @@ -148,11 +148,11 @@
 =20
  static void cb_error (__UNUSED__ GstElement *gstelement,
                        __UNUSED__ GstElement *arg1,
 -                      __UNUSED__ gpointer arg2,
 -                      gchar *arg3,
 +                      GError *err,
 +                      gchar *dbg_msg,
                        __UNUSED__ gpointer user_data)
  {
 -    fprintf(stderr, "an error occured:\n%s\n\n", arg3);
 +    fprintf(stderr, "an error occured:\n%s (%s)\n", err->message, dbg_msg);
  }
 =20
  static void cb_iterate(GstBin *bin, __UNUSED__ gpointer data)
 
 --Fig2xvG2VGoz8o/s
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.0 (NetBSD)
 
 iD8DBQFCMI7S4VqmoGDE/mwRAmKZAJ0cqoKReHgKwHaEiGdxdcAb1qOFEQCfXQpx
 gli3LiwTtrZ1yDQo2dMqVlY=
 =rT8D
 -----END PGP SIGNATURE-----
 
 --Fig2xvG2VGoz8o/s--
 



Home | Main Index | Thread Index | Old Index