skorotkov / ossbuild

GStreamer 0.10 windows build environment. Automatically exported from code.google.com/p/ossbuild
Other
0 stars 0 forks source link

Error playing mp3 file using dshowdecwrapper (dshowadec_mp3) #128

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi

I am trying to play an mp3 file using dshowdecwrapper with the following 
pipeline: 
gst-launch-0.10.exe --gst-debug-level=3 filesrc location=<mp3 file> ! mp3parse 
! dshowadec_mp3 ! audioconvert ! osssink 2> err.txt
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
ERROR: from element /GstPipeline:pipeline0/GstFileSrc:filesrc0: Internal data fl
ow error.
Additional debug info:
gstbasesrc.c(2543): gst_base_src_loop (): /GstPipeline:pipeline0/GstFileSrc:file
src0:
streaming task paused, reason not-negotiated (-4)
Setting pipeline to NULL ...
Freeing pipeline ...

BTW, ffdec_mp3 works with the same mp3 file, but I can't use it cause of legal 
issues. 

there are quite a lot of these in the error file: 

0:00:00.115672880   0xfe40f0 WARN               mp3parse 
gstmpegaudioparse.c:1613:head_check:<mpegaudioparse0> invalid sync
0:00:00.115698543   0xfe40f0 WARN               mp3parse 
gstmpegaudioparse.c:1613:head_check:<mpegaudioparse0> invalid sync
0:00:00.115724207   0xfe40f0 WARN               mp3parse 
gstmpegaudioparse.c:1613:head_check:<mpegaudioparse0> invalid sync
0:00:00.115749504   0xfe40f0 WARN               mp3parse 
gstmpegaudioparse.c:1613:head_check:<mpegaudioparse0> invalid sync
0:00:00.115774801   0xfe40f0 WARN               mp3parse 
gstmpegaudioparse.c:1613:head_check:<mpegaudioparse0> invalid sync
0:00:00.115800465   0xfe40f0 WARN               mp3parse 
gstmpegaudioparse.c:1613:head_check:<mpegaudioparse0> invalid sync
0:00:00.115825762   0xfe40f0 WARN               mp3parse 
gstmpegaudioparse.c:1613:head_check:<mpegaudioparse0> invalid sync
0:00:00.115851059   0xfe40f0 WARN               mp3parse 
gstmpegaudioparse.c:1613:head_check:<mpegaudioparse0> invalid sync
0:00:00.115876356   0xfe40f0 WARN               mp3parse 
gstmpegaudioparse.c:1613:head_check:<mpegaudioparse0> invalid sync
0:00:00.115902019   0xfe40f0 WARN               mp3parse 
gstmpegaudioparse.c:1613:head_check:<mpegaudioparse0> invalid sync
0:00:00.115927316   0xfe40f0 WARN               mp3parse 
gstmpegaudioparse.c:1613:head_check:<mpegaudioparse0> invalid sync
0:00:00.115952613   0xfe40f0 WARN               mp3parse 
gstmpegaudioparse.c:1613:head_check:<mpegaudioparse0> invalid sync
0:00:00.115977910   0xfe40f0 WARN               mp3parse 
gstmpegaudioparse.c:1613:head_check:<mpegaudioparse0> invalid sync
0:00:00.116003207   0xfe40f0 WARN               mp3parse 
gstmpegaudioparse.c:1613:head_check:<mpegaudioparse0> invalid sync
0:00:00.116028871   0xfe40f0 WARN               mp3parse 
gstmpegaudioparse.c:1613:head_check:<mpegaudioparse0> invalid sync

Any idea what is the issue or is this the right way to construct the pipeline. 

Srinivas

Original issue reported on code.google.com by sr.sakha...@gmail.com on 26 Aug 2011 at 5:19