Hello everyone,

I am using videoscale and filter to resize video.
But I can't aspect fill option, just it resize video with aspect fit.
Here are my videoscale codes.

*************************
filtercaps1 = gst_caps_new_simple("video/x-raw", "width", G_TYPE_INT, 200, "height", G_TYPE_INT, 400, nil);
g_object_set(G_OBJECT (filter1), "caps", filtercaps1, nil);
gst_caps_unref(filtercaps1);
gst_element_link_many(clrspace1, videoscale1, filter1, videomixer, nil);
*************************
<img src="http://gstreamer-devel.966125.n4.nabble.com/file/n4677324/Scale.png" border="0"/>

        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Videoscale-aspect-fill-tp4677324.html">Videoscale aspect fill</a><br/>
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br/>