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:
77db9a8
)
appsrc: reset is_eos flag after a succesful seek from _create
author
Alessandro Decina
<alessandro.d@gmail.com>
Thu, 19 Apr 2012 03:45:40 +0000
(
05:45
+0200)
committer
Alessandro Decina
<alessandro.d@gmail.com>
Thu, 19 Apr 2012 03:51:56 +0000
(
05:51
+0200)
gst-libs/gst/app/gstappsrc.c
patch
|
blob
|
history
diff --git
a/gst-libs/gst/app/gstappsrc.c
b/gst-libs/gst/app/gstappsrc.c
index 24686b953138f2159c7461b4d20a879c735b4553..2db8b1853d9ea162cb16cdedfee6fed076f8111c 100644
(file)
--- a/
gst-libs/gst/app/gstappsrc.c
+++ b/
gst-libs/gst/app/gstappsrc.c
@@
-974,6
+974,7
@@
gst_app_src_create (GstBaseSrc * bsrc, guint64 offset, guint size,
goto seek_error;
priv->offset = offset;
+ priv->is_eos = FALSE;
}
}