让Totem使用Xine-lib库

Fedora linux 的totem播放器默认使用的是gstreamer媒体框架,支持的媒体格式相当的有限,在Fedora 8以前,可以之直接通过安装totem-xine替代Totem来直接使用xine-lib库,但Fedora 9中安装totem-xine后,发现居然还是使用gstreamer,rpm -qil totem 后才发现,原来,安装totem-xine后还需通过totem-backend命令来切换default backend.执行以下命令后,totem就可以正常使用xine-lib媒体库了

[[email protected] Tim]# /usr/bin/totem-backend -b xine totem 
[[email protected] Tim]# /usr/bin/totem-backend -b xine totem-audio-preview 
[[email protected] Tim]# /usr/bin/totem-backend -b xine totem-video-indexer 
[[email protected] Tim]# /usr/bin/totem-backend -b xine totem-video-thumbnailer 
[[email protected] Tim]# 

让Totem使用Xine-lib库

图一 切换媒体库

让Totem使用Xine-lib库

图二 媒体框架切换为xine-lib

奇怪的是,这么重要的更新,居然在发行注记号里居然没有说明。