supercatexpert / RhythmCat2

A music player on Linux/*BSD
http://supercat-lab.org
GNU General Public License v3.0
22 stars 2 forks source link

在archlinux上编译通过但是运行的时候不能放声音 #4

Open lastrealizing opened 10 years ago

lastrealizing commented 10 years ago

提示gstreamer流出错,控制台输出如下 (RhythmCat2:5759): LibRhythmCat2-WARNING **: 您的 GStreamer 安装缺少插件。 DEBUG: gstdecodebin2.c(3896): gst_decode_bin_expose (): /GstPlayBin:rclib-playbin/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0: no suitable plugins found 我的gstreamer base 和ugly都装了,rhythmbox能放声音。。。 赞一个楼主,这个软件挺好的

supercatexpert commented 10 years ago

注意GStreamer 1.0和0.10的区别,乃编译的时候估计用的是GStreamer 0.10,请安装GStreamer 1.0的开发包来编译1.0版的。 最新的Rhythmbox用的是1.0的GStreamer,俺的播放器是同时支持这2个版本的(编译时决定使用哪个版本),两个版本的解码器插件是不通用的,请安装正确的GStreamer版本编译后试试看

2013/10/10 lastrealizing notifications@github.com

提示gstreamer流出错,控制台输出如下 (RhythmCat2:5759): LibRhythmCat2-WARNING **: 您的 GStreamer 安装缺少插件。 DEBUG: gstdecodebin2.c(3896): gst_decode_bin_expose (): /GstPlayBin:rclib-playbin/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0: no suitable plugins found 我的gstreamer base 和ugly都装了,rhythmbox能放声音。。。 赞一个楼主,这个软件挺好的

— Reply to this email directly or view it on GitHubhttps://github.com/supercatexpert/RhythmCat2/issues/4 .

lastrealizing commented 10 years ago

居然这么快回复了,好感到....我是把所有的包都更新了后yaourt安装的,装了不能用后我特地又自己git后编译了一遍,都是相同的错误。前段时间我yaourt的都能用的,重装系统在装这个就不能用了。我都没装0.10版的gstreamer,configure也没错误,怀疑是gstreamer把api又改了。。。。