<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> Currently I am working with TI Davinci processor, and I build a gstreamer pipeline for video streaming as follows:<br> v4l2src->capsfilter->tee->queue->resizer->h264encoder->rtph264pay->udpsink<br> ->queue->resizer->mjpegencoder->filesink<br> It is just a brief outline, and it works ok.<br><br> Now I want to change the resolution from D1->CIF on the fly, currently, I do the following:<br> 1. get the src pad of queue<br> 2. block the pad<br> 3. change the properties of resizer and the encoder.<br> 4. unblock the pad<br> <br> 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>