<br><br><div class="gmail_quote">On Wed, Jul 28, 2010 at 4:10 PM, girish akasapu <span dir="ltr">&lt;<a href="mailto:akasapu2985@gmail.com">akasapu2985@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I tried <br>videoscale = gst_element_factory_make (&quot;videoscale&quot;, &quot;video_scale&quot;);<br>
    g_object_set (G_OBJECT (videoscale), &quot;width&quot;, 500, NULL); <br>    g_object_set (G_OBJECT (videoscale), &quot;height&quot;, 500, NULL); <br><br>but I am getting <br><ul><li>object class &#39;GstVideoScale&#39; has not property named &#39;width&#39;</li>

<li>object class &#39;GstVideoScale&#39; has not property named &#39;height&#39;</li></ul>Need some help here. how do i set the width and height correctly, and is there any way to change the dimensions while the video is playing.<br>

<br></blockquote><div><br>The &#39;sink&#39; pad on the videoscale element has caps that can describe the width and height.<br> <br></div>Hope that helps.<br><br>Rob<br></div>