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 164578 - Speex playback do not work with playbin
Speex playback do not work with playbin
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-01-19 12:20 UTC by Christian Fredrik Kalager Schaller
Modified: 2005-11-11 16:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ogg file with speex content (sincesrc) (21.12 KB, application/ogg)
2005-01-19 12:21 UTC, Christian Fredrik Kalager Schaller
Details
requested log (3.81 KB, application/x-gzip)
2005-01-20 09:15 UTC, Christian Fredrik Kalager Schaller
Details

Description Christian Fredrik Kalager Schaller 2005-01-19 12:20:17 UTC
Please describe the problem:
I am trying to play both a speex stream generated with flumotion and a wget'ed
file of said stream. Playbin simply do not produce any sound. Using 'gst-launch
gnomevfssrc location=filename.ogg ! oggdemux ! speexdec ! audioscale ! audiorate
! osssink' works.

Steps to reproduce:
Try playing attached speex.ogg file with playbin/playbin using app.

Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Christian Fredrik Kalager Schaller 2005-01-19 12:21:17 UTC
Created attachment 36237 [details]
ogg file with speex content (sincesrc)
Comment 2 Ronald Bultje 2005-01-19 14:22:44 UTC
Works perfectly fine for me. What errors do you get? Can you attach a
playbasebin:5,decodebin:5 log?
Comment 3 Christian Fredrik Kalager Schaller 2005-01-19 16:04:42 UTC
Tried again after updating totem and gst-plugins. Now it works. However the file
attached here (the flumotion generated sincesrc file) plays with
gst-launch/playbin, but in Totem I hear no sound and the vis is moving sloowly.

Can you reproduce that?
Comment 4 Ronald Bultje 2005-01-19 16:26:32 UTC
No. Which output sink do you use? Can you attach a --gst-debug=alsa*:5 log?
Comment 5 Christian Fredrik Kalager Schaller 2005-01-19 17:00:06 UTC
Tried but Totem just hangs with this:
[cschalle@cschalle i386]$ totem speex.ogg --gst-debug=alsa*:5 2>&1 >speexalsa.txt

(totem:10554): GLib-CRITICAL **: g_key_file_add_group: assertion
`g_key_file_lookup_group_node (key_file, group_name) == NULL' failed

(totem:10554): GLib-CRITICAL **: g_key_file_add_group: assertion
`g_key_file_lookup_group_node (key_file, group_name) == NULL' failed
INFO  (0x9d170a0 - 307265:00:42.699707000)            alsa(10554) 
gstalsa.c(1576):gst_alsa_open_audio: Opening alsa device "default"...

If I switch Totem to use osssink it plays the file fine.
Comment 6 Ronald Bultje 2005-01-19 18:19:26 UTC
totem --gst-debug-no-color --gst-debug=alsa*:5 speex.ogg &> /tmp/log
Comment 7 Christian Fredrik Kalager Schaller 2005-01-20 09:15:18 UTC
Created attachment 36280 [details]
requested log
Comment 8 Ronald Bultje 2005-01-25 11:53:05 UTC
Is your sound device busy? Can you add some debug lines to ALSA's audio open
functions to see if it succeeds? It looks like it fails right there, which would
explain the rest.
Comment 9 Luca Ognibene 2005-11-11 16:50:16 UTC
Closing. Please reopen with the needed info if it's still an issue for you.