<div dir="ltr"><div>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).<br><br></div>m.<br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-04-04 19:10 GMT+02:00 bradaisa <span dir="ltr"><<a href="mailto:baisa@cardinalpeak.com" target="_blank">baisa@cardinalpeak.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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!
<p><code>
        GstElement *pipeline;
        GstBus *bus;
        GstMessage *msg;

        /* Initialize GStreamer */
        gst_init(&argc, &argv);

        /* Build the pipeline */
        pipeline = gst_parse_launch("playbin uri=<a href="http://docs.gstreamer.com/media/sintel_trailer-480p.webm" target="_blank">http://docs.gstreamer.com/media/sintel_trailer-480p.webm</a>", 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);
</code></p><p>
<img src="http://gstreamer-devel.966125.n4.nabble.com/file/n4676741/tutorial1_crash.png" alt="tutorial 1 crash" border="0">

        
        
        
<br></p><hr align="left" width="300">
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/tutorial1-crashes-on-Win10-but-not-Win7-tp4676741.html" target="_blank">tutorial1 crashes on Win10 but not Win7</a><br>
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/" target="_blank">GStreamer-devel mailing list archive</a> at Nabble.com.<br><p></p><p></p><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>