appsrc: reset is_eos flag after a succesful seek from _create

This commit is contained in:
Alessandro Decina 2012-04-19 05:45:40 +02:00
parent 77db9a887c
commit f0b17b774f

View file

@ -974,6 +974,7 @@ gst_app_src_create (GstBaseSrc * bsrc, guint64 offset, guint size,
goto seek_error;
priv->offset = offset;
priv->is_eos = FALSE;
}
}