hi,
do anyone knows how to apply this overlay feature within a gst_launch pipe? i call gst_launch from my application and i want to see the video in a specific window/widget how can i do that? thanx daniel > Subject: Re: [gst-devel] help > From: [hidden email] > To: [hidden email] > CC: [hidden email] > Date: Thu, 13 Dec 2007 17:45:22 +0100 > > Hi, > > Use the gst_x_overlay_set_xwindow_id() method on your video sink. > > Edward > > On Thu, 2007-12-13 at 11:40 +0000, Daniel Shachrur wrote: > > hi, > > > > with mplayer i can use the -wid flag to indicate which widget will > > display for example a video stream. > > > > is there something of that kind with gstreamer? > > > > > > thanks a lot > > > > Daniel > > > > > > ______________________________________________________________________ > > Express yourself instantly with MSN Messenger! MSN Messenger > > ------------------------------------------------------------------------- > > SF.Net email is sponsored by: > > Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services > > for just about anything Open Source. > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > > _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > Express yourself instantly with MSN Messenger! MSN Messenger ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Administrator
|
Hi,
You can't use interfaces with gst-launch. gst-launch is meant to be a debugging tool only for quickly testing simple pipelines. For what you want to do you need to actually code something. Edward On Wed, 2007-12-19 at 08:45 +0000, Daniel Shachrur wrote: > hi, > > do anyone knows how to apply this overlay feature within a gst_launch > pipe? > > i call gst_launch from my application and i want to see the video in a > specific window/widget > > how can i do that? > > thanx > > daniel > > > > Subject: Re: [gst-devel] help > > From: [hidden email] > > To: [hidden email] > > CC: [hidden email] > > Date: Thu, 13 Dec 2007 17:45:22 +0100 > > > > Hi, > > > > Use the gst_x_overlay_set_xwindow_id() method on your video sink. > > > > Edward > > > > On Thu, 2007-12-13 at 11:40 +0000, Daniel Shachrur wrote: > > > hi, > > > > > > with mplayer i can use the -wid flag to indicate which widget will > > > display for example a video stream. > > > > > > is there something of that kind with gstreamer? > > > > > > > > > thanks a lot > > > > > > Daniel > > > > > > > > > > ______________________________________________________________________ > > > Express yourself instantly with MSN Messenger! MSN Messenger > > > > ------------------------------------------------------------------------- > > > SF.Net email is sponsored by: > > > Check out the new SourceForge.net Marketplace. > > > It's the best place to buy or sell services > > > for just about anything Open Source. > > > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > > > _______________________________________________ gstreamer-devel > mailing list [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > > > > > ______________________________________________________________________ > Express yourself instantly with MSN Messenger! MSN Messenger ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |