tutorial1 crashes on Win10 but not Win7

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

tutorial1 crashes on Win10 but not Win7

bradaisa
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);

tutorial 1 crash

Reply | Threaded
Open this post in threaded view
|

Re: tutorial1 crashes on Win10 but not Win7

saepia
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 <[hidden email]>:
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);

tutorial 1 crash


View this message in context: tutorial1 crashes on Win10 but not Win7
Sent from the GStreamer-devel mailing list archive at Nabble.com.


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel