After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 162908 - [playbin] FLAC broken in CVS head for me with playbin
[playbin] FLAC broken in CVS head for me with playbin
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-01-04 11:24 UTC by Christian Fredrik Kalager Schaller
Modified: 2005-08-29 15:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GST_DEBUG=*:4 log (54.03 KB, text/plain)
2005-01-04 11:25 UTC, Christian Fredrik Kalager Schaller
Details
Crashlog from Totem (1.72 KB, application/octet-stream)
2005-01-04 11:26 UTC, Christian Fredrik Kalager Schaller
Details

Description Christian Fredrik Kalager Schaller 2005-01-04 11:24:24 UTC
[cschalle@cschalle small]$ gst-launch filesrc location="dark.441-16-s.flac" !
flacdec ! osssink
RUNNING pipeline ...

The above works fine for me. If I try playbin however I get this:

[cschalle@cschalle small]$ gst-launch playbin
uri=file:///home/cschalle/media/small/dark.441-16-s.flac
RUNNING pipeline ...
ERROR: from element /internal_thread/decoder/flacdec0: Could not decode stream.
Additional debug info:
gstflacdec.c(333): gst_flacdec_error_callback: /internal_thread/decoder/flacdec0:
lost sync

(process:7376): GStreamer-WARNING **: element internal_thread claimed
state-change success,but state didn't change to PLAYING. State is PAUSED
(NONE_PENDING pending), fix the element
ERROR: pipeline doesn't want to play

Attaching a *:4 log cause when I run with *:5 it works together with playbin.
Comment 1 Christian Fredrik Kalager Schaller 2005-01-04 11:25:13 UTC
Created attachment 35419 [details]
GST_DEBUG=*:4 log
Comment 2 Christian Fredrik Kalager Schaller 2005-01-04 11:26:47 UTC
Created attachment 35420 [details]
Crashlog from Totem
Comment 3 Ronald Bultje 2005-01-05 10:39:16 UTC
Which version of libflac? FC3?

Works for me.
Comment 4 Christian Fredrik Kalager Schaller 2005-01-05 11:26:33 UTC
flac 1.1.0 from FC3
Comment 5 Christian Fredrik Kalager Schaller 2005-01-06 23:39:15 UTC
Started working after recent update so I assume it was some weird co-incidence
causing it. Closing a notabug.