Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
4938484b
Commit
4938484b
authored
15 years ago
by
Alexandre Savard
Browse files
Options
Downloads
Patches
Plain Diff
[#1933] Test flush data
parent
9a06cdeb
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
sflphone-common/src/audio/ringbuffer.cpp
+1
-0
1 addition, 0 deletions
sflphone-common/src/audio/ringbuffer.cpp
sflphone-common/src/audio/ringbuffer.h
+2
-0
2 additions, 0 deletions
sflphone-common/src/audio/ringbuffer.h
sflphone-common/src/call.h
+0
-2
0 additions, 2 deletions
sflphone-common/src/call.h
with
3 additions
and
2 deletions
sflphone-common/src/audio/ringbuffer.cpp
+
1
−
0
View file @
4938484b
...
...
@@ -54,6 +54,7 @@ RingBuffer::~RingBuffer()
void
RingBuffer
::
flush
(
CallID
call_id
)
{
_debug
(
"flush: call_id on iax
\n
"
);
storeReadPointer
(
mEnd
,
call_id
);
}
...
...
This diff is collapsed.
Click to expand it.
sflphone-common/src/audio/ringbuffer.h
+
2
−
0
View file @
4938484b
...
...
@@ -33,6 +33,8 @@ typedef unsigned char* samplePtr;
typedef
map
<
CallID
,
int
>
ReadPointer
;
static
CallID
default_id
=
"audiolayer_id"
;
class
RingBuffer
{
public:
/**
...
...
This diff is collapsed.
Click to expand it.
sflphone-common/src/call.h
+
0
−
2
View file @
4938484b
...
...
@@ -39,8 +39,6 @@
typedef
std
::
string
CallID
;
static
CallID
default_id
=
"default_id"
;
class
Call
:
public
Recordable
{
public:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment