<br><br><div class="gmail_quote">On Wed, Jul 28, 2010 at 4:10 PM, girish akasapu <span dir="ltr"><<a href="mailto:akasapu2985@gmail.com">akasapu2985@gmail.com</a>></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 ("videoscale", "video_scale");<br>
g_object_set (G_OBJECT (videoscale), "width", 500, NULL); <br> g_object_set (G_OBJECT (videoscale), "height", 500, NULL); <br><br>but I am getting <br><ul><li>object class 'GstVideoScale' has not property named 'width'</li>
<li>object class 'GstVideoScale' has not property named 'height'</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 'sink' 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>