projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9d9474
)
appsink: unset flushing flag when starting
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Fri, 10 Dec 2010 17:57:56 +0000
(18:57 +0100)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Fri, 10 Dec 2010 18:00:48 +0000
(19:00 +0100)
When we start again after being stopped, clear the flushing flag or else
it will always be TRUE.
Fixes #636769
gst-libs/gst/app/gstappsink.c
patch
|
blob
|
history
diff --git
a/gst-libs/gst/app/gstappsink.c
b/gst-libs/gst/app/gstappsink.c
index 9bcc91eac2197004006caac2eb73f2940628384c..a6e8c3db0effef6687bf2413d34daecbecf6d7cb 100644
(file)
--- a/
gst-libs/gst/app/gstappsink.c
+++ b/
gst-libs/gst/app/gstappsink.c
@@
-630,6
+630,7
@@
gst_app_sink_start (GstBaseSink * psink)
g_mutex_lock (priv->mutex);
GST_DEBUG_OBJECT (appsink, "starting");
+ priv->flushing = FALSE;
priv->started = TRUE;
g_mutex_unlock (priv->mutex);