[gstreamer-bugs] [Bug 309668] hello gstreamer world example does not work

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Thu Jul 7 17:09:54 PDT 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=309668
 GStreamer | documentation | Ver: 0.8.10

Patrick changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From Patrick  2005-07-08 00:09 -------
gst-launch-0.8 filesrc location=test.ogg ! oggdemux ! vorbisdec ! alsasink
Fails with:
RUNNING pipeline ...
ERROR: from element /pipeline0/alsasink0: Could not get/set settings from/on
resource.
ERROR: from element /pipeline0/vorbisdec0: Internal GStreamer error: pad
problem.  File a bug.
Additional debug info:
gstpad.c(2562): gst_pad_set_explicit_caps: /pipeline0/vorbisdec0:
failed to negotiate (try_set_caps with "audio/x-raw-float, rate=(int)44100,
channels=(int)2, endianness=(int)1234, width=(int)32, buffer-frames=(int)0"
returned REFUSED)
Execution ended after 16 iterations (sum 145389000 ns, average 9086812 ns, min
16000 ns, max 144400000 ns).

gst-launch-0.8 filesrc location=test.ogg ! oggdemux ! vorbisdec ! audioconvert !
audioscale ! alsasink

Works as expected.

Am I correct in understanding that the problem here is that the audio is 44100
KHz but my ALSA setup is currently playing back at some other sampling rate? I'm
guess that the audioconvert and audioscale plugins take care of resampling the
audio appropriately.

I don't know if I have dmix on or not. I haven't tweaked the default Fedora Core
4 sound setup at all.

------- 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