[gstreamer-bugs] [Bug 329963] gstreamer CVS doesn't work with ffmpeg codecs

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Feb 5 03:29:46 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=329963
 GStreamer | gst-ffmpeg | Ver: HEAD CVS


Edward Hervey changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bilboed at bilboed.com




------- Comment #1 from Edward Hervey  2006-02-05 11:29 UTC -------
(In reply to comment #0)
> Please describe the problem:
> When trying to play attached .wma file, gst-launch-0.10 has this to say: 
> 

  Are you trying to play a .wma file or a .mp3 ?? The command line below is for
mp3 decoding.

> chelcicky:~$ gst-launch-0.10 filesrc 
> location=/home/matej/WP/060108-sermon.mp3 ! ffdec_mp3 ! audioconvert ! 
> audioresample ! alsasink 
> Setting pipeline to PAUSED ... 
> Pipeline is PREROLLING ... 
> ERROR: from element /pipeline0/ffdec_mp30: Internal GStreamer error: 
> negotiation problem.  Please file a bug at 
> http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer. 
> Additional debug info: 
> gstffmpegdec.c(1226): gst_ffmpegdec_chain (): /pipeline0/ffdec_mp30: 
> ffdec_mp3: input format was not set before data start 
> ERROR: pipeline doesn't want to preroll. 
> Setting pipeline to NULL ... 
> FREEING pipeline ... 
> chelcicky:~$ 
> 

Several points:
.There are know issues with the ffmpeg mp3 decoder. You're better off using the
mad decoder (gst-plugins-bad) or the fluendo mp3 plugin
(http://store.fluendo.com).
.You should try using the following command line when decoding a file,
decodebin will take care of figuring out the correct elements to use:
gst-launch filesrc location=... ! decodebin ! alsasink

> 
> Steps to reproduce:
> 1. see above pipeline with gstreamer 0.10 from today's CVS  
> 2.   
> 3.   
> 
> 
> Actual results:
> no sound is produced and programs terminates permaturely  
> 
> Expected results:
> sound is played (gst-launch-0.10 works with standard gst-plugins-*) 
> 
> Does this happen every time?
> yes 
> 
> Other information:
> 


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list