Ticket #851 (closed defect: fixed)
pulsesink not playing
| Reported by: | LCID Fire | Owned by: | lennart |
|---|---|---|---|
| Milestone: | Component: | gst-pulse | |
| Keywords: | gst-launch pulseaudio pulsesink | Cc: |
Description
When I try to do e.g.
gst-launch -v pulsesrc ! pulsesink
It prints (while being totally mute):
Setting pipeline to PAUSED ...
/GstPipeline:pipeline0/GstPulseSrc:pulsesrc0: actual-buffer-time = 23777210
/GstPipeline:pipeline0/GstPulseSrc:pulsesrc0: actual-latency-time = 115986
/GstPipeline:pipeline0/GstPulseSrc:pulsesrc0.GstPad:src: caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstAudioSrcClock?
/GstPipeline:pipeline0/GstPulseSink:pulsesink0.GstPad:sink: caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2
/GstPipeline:pipeline0/GstPulseSink:pulsesink0: volume = 1.000000
/GstPipeline:pipeline0/GstPulseSink:pulsesink0: mute = FALSE
padevchooser displays the input as recording - but the output as not playing (meter is not displaying anything).
