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 138083 - [wavenc] Can't convert mp3 to wav
[wavenc] Can't convert mp3 to wav
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-03-25 11:43 UTC by Johan (not receiving bugmail) Dahlin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Johan (not receiving bugmail) Dahlin 2004-03-25 11:43:31 UTC
$ gst-launch-0.8 filesrc location=an.mp3 ! spider ! wavenc ! filesink
location=test.wav 
RUNNING pipeline ...
ERROR         default( 5568) gstwavenc.c(611):gst_wavenc_chain:<wavenc0> (null)
ERROR         default( 5568) gstwavenc.c(611):gst_wavenc_chain:<wavenc0> encoder
not initialised (input is not audio?)
ERROR: from element /pipeline0/wavenc0: Internal GStreamer error: negotiation
problem.  File a bug.
Additional debug info:
gstwavenc.c(611): gst_wavenc_chain: /pipeline0/wavenc0:
encoder not initialised (input is not audio?)
ERROR       scheduler( 5568)
gstoptimalscheduler.c(2285):gst_opt_scheduler_iterate:<GstOptScheduler@0x8a08720>
in error state

Works fine with ogg. Maybe I'm missing something.
Comment 1 David Schleef 2004-03-25 22:12:11 UTC
Works fine here.
Comment 2 Johan (not receiving bugmail) Dahlin 2004-03-29 09:46:27 UTC
Probably just a broken system. A rebuild seemed to fix it, closing.