[gstreamer-bugs] [Bug 371390] HelloWorld Error

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Nov 9 14:22:24 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=371390

  GStreamer | don't know | Ver: 0.10.10


Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO




------- Comment #2 from Tim-Philipp Müller  2006-11-09 22:21 UTC -------
That hello world example will only work for Ogg/Vorbis audio files. It will not
work with mp3 files as it is.

If you try to play an mp3 file with the example, you will get the following
error:

 tpm at flap:~/tmp/helloworld$ ./hello ../../foo.mp3
 Setting to PLAYING
 Running
 Error: Could not demultiplex stream.
 Returned, stopping playback
 Deleting pipeline

That is to be expected. I don't know why you're not getting a proper error
message  though, it could be either a garbage pointer or some locale mixup,
hard to say like this.

Could you run your example like this:

  $ export GST_DEBUG=*:5
  $ ./helloworld ../../purelove.mp3  2>dbg.log

and then attach dbg.log to this bug report please?


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list