Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
bc1407c8
Commit
bc1407c8
authored
May 25, 2010
by
Alexandre Savard
Browse files
[#1966] Reenable pulseaudio ringtone stream
parent
cf15eafd
Changes
1
Hide whitespace changes
Inline
Side-by-side
sflphone-common/src/audio/pulseaudio/pulselayer.cpp
View file @
bc1407c8
...
...
@@ -555,7 +555,6 @@ bool PulseLayer::createStreams (pa_context* c)
pa_stream_set_latency_update_callback
(
record
->
pulseStream
(),
latency_update_callback
,
this
);
delete
recordParam
;
/*
PulseLayerType
*
ringtoneParam
=
new
PulseLayerType
();
ringtoneParam
->
context
=
c
;
ringtoneParam
->
type
=
RINGTONE_STREAM
;
...
...
@@ -573,7 +572,7 @@ bool PulseLayer::createStreams (pa_context* c)
pa_stream_set_write_callback
(
ringtone
->
pulseStream
(),
ringtone_callback
,
this
);
pa_stream_set_moved_callback
(
ringtone
->
pulseStream
(),
stream_moved_callback
,
this
);
delete
ringtoneParam
;
*/
pa_threaded_mainloop_signal
(
m
,
0
);
flushMain
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment