After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 103659 - [PATCH] Alsa sink fails on playing Ogg
[PATCH] Alsa sink fails on playing Ogg
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-01-16 11:32 UTC by Christian Fredrik Kalager Schaller
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch from Company (5.10 KB, patch)
2003-01-23 22:09 UTC, Christian Fredrik Kalager Schaller
none Details | Review

Description Christian Fredrik Kalager Schaller 2003-01-16 11:32:14 UTC
When trying to play an ogg using gst-launch-ext and alsasink I get this:
alsasink0.sink: caps = (GstCaps *) { audio/raw; format=(string) 'int';
width=(int) 16; depth=(int) 16; endianness=(int) 1234; law=(int) 0;
signed=(boolean) TRUE; rate=(int) 44100; channels=(int) 2 }
/pipeline0/vorbisfile0.src: caps = (GstCaps *) { audio/raw; format=(string)
'int'; width=(int) 16; depth=(int) 16; endianness=(int) 1234; law=(int) 0;
signed=(boolean) TRUE; rate=(int) 44100; channels=(int) 2 }
 
** (process:23944): WARNING **: could not make initial pull of 8192 bytes
on pad alsasink0:sink
/pipeline0/alsasink0.sink: active = FALSE
 
** (process:23944): WARNING **: alsa: something happened while processing audio
Comment 1 Christian Fredrik Kalager Schaller 2003-01-23 22:09:01 UTC
Created attachment 13785 [details] [review]
Patch from Company
Comment 2 Christian Fredrik Kalager Schaller 2003-01-23 22:09:37 UTC
leif, can you review and commit 
Comment 3 Christian Fredrik Kalager Schaller 2003-01-26 15:11:01 UTC
Benjamin commited patch to head, closing bug :)