[Gstreamer-bugs] [Bug 136962] New - crc error when decoding flac with typefind and threads

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Thu Mar 11 23:30:04 PST 2004


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=136962

Changed by andyhanton at comcast.net.

--- shadow/136962	Fri Mar 12 02:30:04 2004
+++ shadow/136962.tmp.3245	Fri Mar 12 02:30:04 2004
@@ -0,0 +1,43 @@
+Bug#: 136962
+Product: GStreamer
+Version: 0.7.5
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gst-plugins
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: andyhanton at comcast.net               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL: 
+Summary: crc error when decoding flac with typefind and threads
+
+When I try to run a simple flac player that uses the typefind element and 
+threads, it plays for 5 to 15 seconds and then stops.  Sometimes it gives
+an error message and other times it consumes 100% cpu and hangs.  I tried
+about 8 different flac files ripped from different albums and the problem
+occured with all of them.  I am running gstreamer 0.7.6.  The command that
+fails is:
+
+gst-launch-0.8 \{ filesrc location=test.flac \} ! \{ queue ! typefind !
+flacdec ! audioconvert ! osssink \}
+RUNNING pipeline ...
+ERROR: from element /pipeline0/thread1/flacdec0: Could not decode stream.
+Additional debug info:
+gstflacdec.c(308): gst_flacdec_error_callback: /pipeline0/thread1/flacdec0:
+lost sync
+ERROR: from element /pipeline0/thread1/flacdec0: Could not decode stream.
+Additional debug info:
+gstflacdec.c(308): gst_flacdec_error_callback: /pipeline0/thread1/flacdec0:
+CRC mismatch
+
+
+these commands work fine:
+gst-launch-0.8 \{ filesrc location=test.flac \} ! \{ queue ! flacdec !
+audioconvert ! osssink \}
+
+gst-launch-0.8 filesrc location=test.flac ! typefind ! flacdec !
+audioconvert ! osssink




More information about the Gstreamer-bugs mailing list