Hello, I want to set the ‘display’ property of
xvimagesink. I tried the following way. But it did not work. Any suggestions
pls. display
: X Display name
flags: readable, writable
String. Default: null Current: null gst-launch filesrc location=PES ! 'video/mpeg,
width=(int)704, height=(int)480, framerate=(fraction)1/1, mpegversion=(int)2,
systemstream=(boolean)false' ! ffdec_mpeg2video ! xvimagesink display=”welcome” Tried methods ( not
working of course) -------------------- display=(String)”welcome” display=welcome Regards, Ramana
------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Wed, Apr 30, 2008 at 2:17 AM, Ramana Reddy Polaka
<[hidden email]> wrote: > Hello, > > I want to set the 'display' property of xvimagesink. I tried the following > way. But it did not work. Any suggestions pls. What are you trying to do? This property lets you select a different X11 display - useful, for example, if you have multiple independent X servers running locally (which is unusual), or if you want to display on a remote X server. Are you trying to overlay some text on the video? You can use the 'textoverlay' element for that, if so. Mike ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi, Thanks for reply. I wanted to name a window which pops up to play video when give the following command. gst-launch filesrc location=PES ! 'video/mpeg, width=(int)704, height=(int)480, framerate=(fraction)1/1, mpegversion=(int)2, systemstream=(boolean)false' ! ffdec_mpeg2video ! xvimagesink Regards, Ramana -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Michael Smith Sent: Wednesday, April 30, 2008 10:23 PM To: Ramana Reddy Polaka Cc: [hidden email] Subject: Re: [gst-devel] display property of xvimagesink On Wed, Apr 30, 2008 at 2:17 AM, Ramana Reddy Polaka <[hidden email]> wrote: > Hello, > > I want to set the 'display' property of xvimagesink. I tried the following > way. But it did not work. Any suggestions pls. What are you trying to do? This property lets you select a different X11 display - useful, for example, if you have multiple independent X servers running locally (which is unusual), or if you want to display on a remote X server. Are you trying to overlay some text on the video? You can use the 'textoverlay' element for that, if so. Mike **************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS*** ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Thu, May 1, 2008 at 8:40 PM, Ramana Reddy Polaka
<[hidden email]> wrote: > > Hi, > > Thanks for reply. I wanted to name a window which pops up to play video when give the following command. > > > gst-launch filesrc location=PES ! 'video/mpeg, width=(int)704, height=(int)480, framerate=(fraction)1/1, mpegversion=(int)2, systemstream=(boolean)false' ! ffdec_mpeg2video ! xvimagesink Ah, ok. I don't think there's any way to do that with the current xvimagesink - you'd have to add the functionality to the xvimagesink element. Mike ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi, I just wanted to make sure to add the related code to name a window. Is it only xvimakesink code to be edited? Or anywhere else to be edited? Appreciate your help. Regards, Ramana -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Michael Smith Sent: Friday, May 02, 2008 9:33 AM To: Ramana Reddy Polaka Cc: [hidden email] Subject: Re: [gst-devel] display property of xvimagesink On Thu, May 1, 2008 at 8:40 PM, Ramana Reddy Polaka [hidden email]> wrote: Hi, Thanks for reply. I wanted to name a window which pops up to play video when give the following command. gst-launch filesrc location=PES ! 'video/mpeg, width=(int)704, height=(int)480, framerate=(fraction)1/1, mpegversion=(int)2, systemstream=(boolean)false' ! ffdec_mpeg2video ! xvimagesink Ramana ------ Ah, ok. I don't think there's any way to do that with the current xvimagesink - you'd have to add the functionality to the xvimagesink element. Mike **************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS*** ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |