On Mon, Jan 11, 2010 at 12:02 PM, Niamathullah sharief <armshar...@gmail.com
> wrote:

> Hello
> I dont know how to use this gst-inspect elements. When i do
> "gst-inspect mfw_v4lsink" i get
>
> fullscreen : If true it will be Full screen
> flags: readable, writable
>  Boolean. Default: false Current: false
>

>
> But i dont know how to implement this fullscreen option. Please help me
>

If you're using gst-launch for this, just set the element properties as in:
gst-launch somesrc property=value ! someencoder property2=value2 !
mfw_v4lsink fullscreen=true

In your application you can set it with
g_object_set (element, "property-name", value, NULL);


>
>
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and
> easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> Gstreamer-embedded mailing list
> Gstreamer-embedded@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded
>
>


-- 
Thiago Sousa Santos
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Gstreamer-embedded mailing list
Gstreamer-embedded@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded

Reply via email to