<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml"><head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
 </head><body style=""><div>Hello,</div>
<div> </div>
<div>I have an element derived from GstBaseParse. Now, whenever I perform a seek operation on the pipeline, the seek fails, and I see a log messate stating "child <element> is not a sink". Digging into the code that emits the log message, I see that a flag GST_ELEMENT_FLAG_SINK is queried, which is not set on the element, although it clearly has a sink pad.</div>
<div> </div>
<div>My question: who is responsible for setting it? Is this described somewhere?</div>
<div> </div>
<div>thanks,</div>
<div>Christian</div></body></html>