Administrator
|
Can someone point me to simple examples of using a gst pipeline that send its output to a Windows video widget embedded in some application's GUI? I know vlc has a windows version, but i was hoping for simpler examples. Something that'll make VC++ happy.
Wes |
It's not incredibly simple, but here you go:
http://code.google.com/p/ossbuild/source/browse/trunk/Main/GStreamer/Windows/Build/Tests/xoverlay-start-stop.c It's designed to test multiple xoverlay windows with pipelines starting and stopping a hundred times/second. But it's very minimalistic in the dialog it creates for hosting the xoverlay windows. It's entirely built by VC++. -----Original Message----- From: Wes Miller [mailto:[hidden email]] Sent: Tuesday, August 31, 2010 6:48 AM To: [hidden email] Subject: [gst-devel] Windows GUI with Gstreamer Can someone point me to simple examples of using a gst pipeline that send its output to a Windows video widget embedded in some application's GUI? I know vlc has a windows version, but i was hoping for simpler examples. Something that'll make VC++ happy. Wes -- View this message in context: http://*gstreamer-devel.966125.n4.nabble.com/Windows-GUI-with-Gstreamer-tp2401605p2401605.html Sent from the GStreamer-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://*p.sf.net/sfu/intel-thread-sfd _______________________________________________ gstreamer-devel mailing list [hidden email] https://*lists.sourceforge.net/lists/listinfo/gstreamer-devel ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Wes Miller
On 31/08/10 15:47, Wes Miller wrote:
> Can someone point me to simple examples of using a gst pipeline that send its > output to a Windows video widget embedded in some application's GUI? I know > vlc has a windows version, but i was hoping for simpler examples. Something > that'll make VC++ happy. > > Wes Just for completion, there is an example of sending output to a QT window in gstxoverlay documentation: http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstxoverlay.html#id644266 But you'll need QT Creator instead of VC++. ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |