tutorial1 crashes on Win10 but not Win7

marcin at saepia.net marcin at saepia.net
Mon Apr 4 22:23:00 UTC 2016


I do not use VS but I have no issues with GStreamer on any windows from xp
to 10. I however, use mingw (I build my stuff using cerbero build system).

m.

2016-04-04 19:10 GMT+02:00 bradaisa <baisa at cardinalpeak.com>:

> tutorial1 crashes on Win10 but not on Win7 -- I compiled the program on
> Win10/VS 2015. The resulting executable runs fine on Win7 (using the
> binaries I built on Win7) but crashed against *both* those binaries, as
> well as the official project released binaries on Win10. I've attached a
> screenshot of the debug session. The fault is the same, regardless if
> compiled in Debug in VS, or just running a Release .exe from outside VS.
> Does anyone have any experience with crashes or differences in Win10 that I
> need to understand? Thanks!
>
> GstElement *pipeline; GstBus *bus; GstMessage *msg; /* Initialize
> GStreamer */ gst_init(&argc, &argv); /* Build the pipeline */ pipeline =
> gst_parse_launch("playbin uri=
> http://docs.gstreamer.com/media/sintel_trailer-480p.webm", NULL); /*
> Start playing */ gst_element_set_state(pipeline, GST_STATE_PLAYING); //
> CRASHES EXECUTING THE PREVIOUS LINE ^ /* Wait until error or EOS */ bus =
> gst_element_get_bus(pipeline);
>
> [image: tutorial 1 crash]
> ------------------------------
> View this message in context: tutorial1 crashes on Win10 but not Win7
> <http://gstreamer-devel.966125.n4.nabble.com/tutorial1-crashes-on-Win10-but-not-Win7-tp4676741.html>
> Sent from the GStreamer-devel mailing list archive
> <http://gstreamer-devel.966125.n4.nabble.com/> at Nabble.com.
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160405/b4c170e7/attachment.html>


More information about the gstreamer-devel mailing list