Skip to content
Snippets Groups Projects
Commit 08ae041c authored by tanel's avatar tanel
Browse files

small bug

parent 14b1f020
No related branches found
No related tags found
No related merge requests found
...@@ -56,8 +56,8 @@ void GstBufferSource::PushBuffer(GstBuffer *buf) { ...@@ -56,8 +56,8 @@ void GstBufferSource::PushBuffer(GstBuffer *buf) {
} }
void GstBufferSource::SetEnded(bool ended) { void GstBufferSource::SetEnded(bool ended) {
ended_ = ended;
g_mutex_lock(&lock_); g_mutex_lock(&lock_);
ended_ = ended;
g_cond_signal(&data_cond_); g_cond_signal(&data_cond_);
g_mutex_unlock(&lock_); g_mutex_unlock(&lock_);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment