Re: [Rhythmbox-devel] audiocd view in (net)rhythmbox



On Tue, 2003-04-22 at 08:42, MArk Finlay wrote:
> > Just trying to pick this up without any prior rb or even gnome
> > experience is just not going to work, and I can't say the code in the
> > netrb tree looks very healty either.
> 
> MMm, well Walters has rhythmbox/gnome experience but AFAIK he isn't
> interested in taking up the whole porject.

I am interested; but I am also interested in things like releasing.  

Right now the root of the problem is monkey-media; I think after
GStreamer 0.6.2 is released we'll be able to take out these lines:

#if GST_VERSION_MAJOR > 0 || GST_VERSION_MINOR > 6
	monkey_media_debug ("using spider as decoder");
	mp->priv->decoder = gst_element_factory_make ("spider", "decoder");
#else	
	if (iradio_mode) {
	  	monkey_media_debug ("using mad as decoder");
		mp->priv->decoder = gst_element_factory_make ("mad", "decoder");
	} else {
	  	monkey_media_debug ("using spider as decoder");
		mp->priv->decoder = gst_element_factory_make ("spider", "decoder");
	}
#endif	

and just replace it with:

mp->priv->decoder = gst_element_factory_make ("spider", "decoder");

I am hoping then jorn will be happy.  After a monkey-media merge, we can
talk about a rhythmbox merge.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]