[gst-devel] gst-launch -e on windows
Tim-Philipp Müller
t.i.m at zen.co.uk
Mon Jan 24 16:18:37 CET 2011
On Mon, 2011-01-24 at 11:09 -0300, Thiago Sousa Santos wrote:
> > how can I use the -e option for gst-launch on windows? On linux it
> > works fine, forces the eos but on windows when I press ctrl+c it
> > nothing happens. Maybe there is a trick to use it somehow?
>
> It should work, does your version on windows have the -e option? Does
> the same pipeline work on linux?
Note this code in gst-launch.c:
/* FIXME: hack alert */
#ifdef HAVE_WIN32
#define DISABLE_FAULT_HANDLER
#endif
Someone needs to implement/test this for win32 I guess..
Cheers
-Tim
More information about the gstreamer-devel
mailing list