Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gmusicbrowser will not start - Seems gstreamer-related
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Duminas
n00b
n00b


Joined: 07 Sep 2005
Posts: 68

PostPosted: Fri Mar 24, 2006 1:30 am    Post subject: gmusicbrowser will not start - Seems gstreamer-related Reply with quote

Having come across this wonderful little program, I decided to recompile it with gstreamer support (for the MPC support), and the compiles seemed to go along fine. For reference, I have the following versions of things installed:
Code:
media-libs/gstreamer-0.10.3
 - media-libs/gstreamer-0.10.4 (gives the same result as above)
media-sound/gmusicbrowser-0.949 +gstreamer -mozilla
dev-perl/glib-perl-1.120 -minimal -xml
dev-perl/gstreamer-perl-0.06 -minimal

Now, whenever I try to issue `gmusicbrowser`, I get the following error message:
Quote:
Can't call method "get_bus" on an undefined value at /usr/bin/../share/gmusicbrowser/gmusicbrowser_gstreamer-0.10.pm line 48.
The section of code it is referring to is as follows:
Code:
sub init
{   return undef unless $GST_ok;
   #$PlayBin=GStreamer::Pipeline->new('player');
   $PlayBin=GStreamer::ElementFactory -> make(playbin => 'playbin');
   my $bus=$PlayBin->get_bus;
   $bus->add_signal_watch;
   $bus->signal_connect(message => \&bus_message);
   $Volume=100 unless defined $Volume;
   1;
}

I'm very unfamiliar with Perl and Gstreamer, so if anyone could offer any advice as far as this goes, I would be greatly appreicative. Need I provide any more information, please let me know.

Thank you for your time.
Back to top
View user's profile Send private message
squentin
n00b
n00b


Joined: 29 Mar 2006
Posts: 2

PostPosted: Wed Mar 29, 2006 12:57 am    Post subject: Reply with quote

It seems the problem is it can't find the plugin "playbin" which is in gst-plugins-base, you really need to install the plugins packages, gstreamer is useless without them, the mpc plugin is in gst-plugins-bad.
Also there is a bug when mass-tagging ape tags in gmusicbrowser-0.949, which is the tag format of the mpc files, so you may want to use the devel version (http://squentin.free.fr/gmusicbrowser/devel.html) until I release the next stable one.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum