pragha-music-player / pragha

Pragha is a Lightweight Music Player for GNU/Linux.
GNU General Public License v3.0
178 stars 35 forks source link

GStreamer encountered a general stream error. #33

Closed simonbcn closed 12 years ago

simonbcn commented 12 years ago

pragha 1.1.0 installed from deb package Ubuntu 12.04 64 bits Gnome-shell Output of pragha -e 4 -l pragha.log and installed gstreamer packages described in log file: http://paste.ubuntu.com/1054098/

ghost commented 12 years ago

Can totem (or other gstreamer-based player) play your files?

simonbcn commented 12 years ago

Yes, both flac and mp3 files.

ghost commented 12 years ago

Run GST_DEBUG=2 pragha &> pragha.log, try play a track, and paste pragha.log

simonbcn commented 12 years ago

It works now but I think it works but I have installed gstreamer v1.0

ghost commented 12 years ago

Then could you show output of ldd pragha | grep gst?

simonbcn commented 12 years ago

$ ldd /usr/bin/pragha | grep gst libgstinterfaces-0.10.so.0 => /usr/lib/x86_64-linux-gnu/libgstinterfaces-0.10.so.0 (0x00007fab82845000) libgstreamer-0.10.so.0 => /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0 (0x00007fab8255e000)

ghost commented 12 years ago

Your pragha built against gstreamer 0.10, so gstreamer 1.0 shouldn't matter. I have no idea. Feel free reopen if this happens again.