深度音乐,播放报错。求帮助。

其他Linux/Unix/BSD/OSX等发行版讨论
回复
zuiaizhu
帖子: 10
注册时间: 2011-03-12 22:47

深度音乐,播放报错。求帮助。

#1

帖子 zuiaizhu » 2013-11-24 21:37

刚开始是启动无反应。后来安装python-gstreamer。正常启动。但无法播放。
下面是错误信息。求帮助。


** Message: pygobject_register_sinkfunc is deprecated (GstObject)
INFO Loading settings...
INFO Loading application theme...
INFO Loading MediaDB...
INFO Initialize Gui...
/usr/lib64/python2.7/site-packages/gobject/__init__.py:115: Warning: Attempt to add property dtk+ui+entry+EntryBuffer::select-area-visible after class was initialised
type_register(cls, namespace.get('__gtype_name__'))
/usr/lib64/python2.7/site-packages/gobject/__init__.py:115: Warning: Attempt to add property dtk+ui+entry+EntryBuffer::invisible-char after class was initialised
type_register(cls, namespace.get('__gtype_name__'))
/usr/lib64/python2.7/site-packages/gobject/__init__.py:115: Warning: Attempt to add property dtk+ui+entry+EntryBuffer::cursor-visible after class was initialised
type_register(cls, namespace.get('__gtype_name__'))
/usr/lib64/python2.7/site-packages/gobject/__init__.py:115: Warning: Attempt to add property dtk+ui+entry+EntryBuffer::visibility after class was initialised
type_register(cls, namespace.get('__gtype_name__'))
/usr/lib/python2.7/site-packages/dtk/ui/utils.py:395: PangoWarning: pango_layout_set_markup_with_accel: 第 1 行出错:实体没有以分号结束。很可能您使用了 & 字符而又不是一个实体 - 将这个 & 变为 &
layout.set_markup(text)
INFO MMKeys mode: gnome
WARNING Error emit from stream "file:///home/lag/音乐/光辉岁月.mp3" <built-in method error of StreamBin object at 0x547d820>
ERROR got error from bus [<GError at 0x21c8f60>, 'gstdecodebin2.c(3576): gst_decode_bin_expose (): /GstBin:bin2/GstDecodeBin2:decodebin21:\nno suitable plugins found']:
mraandtux
论坛版主
帖子: 5211
注册时间: 2009-12-12 19:29
系统: Kubuntu + Windows 10

Re: 深度音乐,播放报错。求帮助。

#2

帖子 mraandtux » 2013-11-24 21:46

itxx00
帖子: 1
注册时间: 2014-03-16 8:26
系统: fedora

Re: 深度音乐,播放报错。求帮助。

#3

帖子 itxx00 » 2014-03-16 8:29

WARNING Error emit from stream "file:///home/lag/音乐/光辉岁月.mp3" <built-in method error of StreamBin object at 0x547d820>
ERROR got error from bus [<GError at 0x21c8f60>, 'gstdecodebin2.c(3576): gst_decode_bin_expose (): /GstBin:bin2/GstDecodeBin2:decodebin21:\nno suitable plugins found']:[/quote]

根据提示信息可以看出是缺少mp3的解码包,在fedora20下我安装了如下软件包解决了此问题:
su -c 'yum install gstreamer-{ffmpeg,plugins-{good,ugly,bad{,-free,-nonfree}}}'
头像
cxbii
帖子: 492
注册时间: 2011-02-06 1:38

Re: 深度音乐,播放报错。求帮助。

#4

帖子 cxbii » 2014-03-18 17:38

:em20

这bug还是我提的。。。
回复