Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
homeostasis
gst-kaldi-nnet2-online
Commits
08ae041c
Commit
08ae041c
authored
Sep 30, 2014
by
tanel
Browse files
small bug
parent
14b1f020
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/gst-audio-source.cc
View file @
08ae041c
...
...
@@ -56,8 +56,8 @@ void GstBufferSource::PushBuffer(GstBuffer *buf) {
}
void
GstBufferSource
::
SetEnded
(
bool
ended
)
{
ended_
=
ended
;
g_mutex_lock
(
&
lock_
);
ended_
=
ended
;
g_cond_signal
(
&
data_cond_
);
g_mutex_unlock
(
&
lock_
);
}
...
...
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