<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello everyone!<div>I have a pipeline currently using appsrc ! decodebin ! xvimagesink, which processes Raw H264 frames. Problem is I have to feed in at least 2 frames of H264 buffers to appsrc before decodebin will emit its pad-added signal and link the pads between the decoder (which is a HW decoder element) and the xvimagesink. </div><div><br></div><div>1. Is there anyway to statically link the decoder and xvimagesink pads ahead of time so I don't have to wait for 2 frames before it is done?</div><div>2. Or is there an alternative to minimize the 2 frame latency? Ideally I want to push 1 frame and have that render via xvimagesink immediately. </div>                                           </div></body>
</html>