Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-daemon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
129
Issues
129
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-daemon
Commits
51c3ea0f
Commit
51c3ea0f
authored
Aug 22, 2018
by
Philippe Gorley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
audiobuffer: fix typo in log
Change-Id: Iffdc97ab998e1c69b22ac0cf8d7e67517efc660b
parent
0129ba51
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/media/audio/audiobuffer.cpp
src/media/audio/audiobuffer.cpp
+1
-1
No files found.
src/media/audio/audiobuffer.cpp
View file @
51c3ea0f
...
...
@@ -306,7 +306,7 @@ AudioBuffer::toAVFrame() const
frame
->
sample_rate
=
getSampleRate
();
if
(
av_frame_get_buffer
(
frame
,
0
)
<
0
)
{
RING_ERR
()
<<
"Failed to audio frame"
;
RING_ERR
()
<<
"Failed to a
llocate a
udio frame"
;
av_frame_free
(
&
frame
);
return
nullptr
;
}
...
...
Write
Preview
Markdown
is supported
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