[gstreamer-bugs] [Bug 165964] New: playing an ogg vorbis file with alsa fails with "audioconvert" but succeeds without it

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Tue Feb 1 12:11:11 PST 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=165964
 GStreamer | don't know | Ver: 0.8.7

           Summary: playing an ogg vorbis file with alsa fails with
                    "audioconvert" but succeeds without it
           Product: GStreamer
           Version: 0.8.7
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: don't know
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: elendur at freesurf.ch
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


I downloaded
http://www.understated.co.uk/radio/lugradio/season2/episode8/lugradio-s2e8-310105-high.ogg
and totem couldn't play it so I tried with gst-launch, copying from the man page
except for the sink:

jnk at tinuviel:~ $ gst-launch-0.8 filesrc location=lugradio-s2e8-310105-high.ogg !
oggdemux ! vorbisdec ! audioconvert ! alsasink
EXECUTION du tube en cours ...
ERROR: from element /pipeline0/vorbisdec0: Internal GStreamer error: pad
problem.  File a bug.
Additional debug info:
gstpad.c(2517): gst_pad_set_explicit_caps: /pipeline0/vorbisdec0:
failed to negotiate (try_set_caps with "audio/x-raw-float, rate=(int)22000,
channels=(int)1, endianness=(int)1234, width=(int)32, buffer-frames=(int)0"
returned REFUSED)
Execution ended after 15 iterations (sum 454409000 ns, average 30293933 ns, min
30000 ns, max 375890000 ns).
jnk at tinuviel:~ $

Now doing the same without audioconvert works, except that playback doesn't
start quite at the beginning of the file (truncated by less than one second)

Using audioconvert ! osssink : everything works, file not truncated.
With osssink but without audioconvert: silence (WARNING: erroneous pipeline:
could not link vorbisdec0 to osssink0 Trying to run anyway. RUNNING pipeline ...)

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list