<div dir="ltr"><div>Hello, </div><div><br></div>Although an uridecodebin provides very strong feature to deploy elements chain, <div>I am still curious about deployment specified source element for a given uri. </div><div>
<br></div><div>For example, if I want to play a file, I mean that I use an uri which starts with "file://", </div><div>an uridecodebin will create filesrc element. </div><div>However, what I want to deploy is my own filesrc element which works with same uri.<br>
</div><div>If you think about a filesrc with DRM, it will help you to understand my situation.  </div><div><br></div><div>In gstreamer's test code, a rank of the element is dynamically adjusted before loading uridecodebin.</div>
<div>but if there is a property in uridecodebin to specify source like "video-sink" of playbin, </div><div>my problem could be solved.</div><div><br></div><div>In sum, which one is more proper for maintaining code?</div>
<div> - the first is to modify rank of element dynamically. </div><div> - the second is to add a property to set a source element forcedly.</div><div><br></div><div>Could you advise me?</div></div>