<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi all,<br>&nbsp;&nbsp;&nbsp; Currently I am working with TI Davinci processor, and I build a gstreamer pipeline for video streaming as follows:<br>&nbsp;&nbsp;&nbsp; v4l2src-&gt;capsfilter-&gt;tee-&gt;queue-&gt;resizer-&gt;h264encoder-&gt;rtph264pay-&gt;udpsink<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&gt;queue-&gt;resizer-&gt;mjpegencoder-&gt;filesink<br>&nbsp;&nbsp;&nbsp; It is just a brief outline, and it works ok.<br><br>&nbsp;&nbsp;&nbsp; Now I want to change the resolution from D1-&gt;CIF on the fly, currently, I do the following:<br>&nbsp;&nbsp;&nbsp; 1. get the src pad of queue<br>&nbsp;&nbsp;&nbsp; 2. block the pad<br>&nbsp;&nbsp;&nbsp; 3. change the properties of resizer and the encoder.<br>&nbsp;&nbsp;&nbsp; 4. unblock the pad<br>&nbsp; <br>&nbsp;&nbsp;&nbsp; but after that, the pipeline stops working. I am new to gstreamer, and wonder if anyone could give me some suggestion.<br><br>regards,<br><br>Rafael<br><br>                                               </body>
</html>