<div style="font-family: Verdana;font-size: 12.0px;"><div>
<div>Hello,</div>

<div> </div>

<div>I am not able to crash the function I posted before earlier. It crashed for sure once, but it may have been realated to some logging initialization that were still in memory at Simulink. So I narrowed it down to the debugging functions of gstreamer. Here the new minimal s-function that crashes every now and then:</div>

<div> </div>

<div><span style=" color:#000080;">#define</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000080;">S_FUNCTION_LEVEL</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000080;">2</span>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#000080;">#define</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000080;">S_FUNCTION_NAME</span><span style=" color:#c0c0c0;">  </span>sfunc_gstmin</pre>

<pre style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </pre>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#000080;">#include</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;"><simstruc.h></span></pre>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#000080;">#include</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;"><gst/gst.h></span></pre>

<pre style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </pre>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#808000;">static</span><span style=" color:#c0c0c0;"> </span><span style=" color:#808000;">void</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000000;">gstLogFunction</span><span style=" color:#000000;">(</span><span style=" color:#800080;">GstDebugCategory</span><span style=" color:#000000;">*</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000000;">category</span><span style=" color:#000000;">,</span>
<span style=" color:#800080;">        GstDebugLevel</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000000;">level</span><span style=" color:#000000;">,</span><span style=" color:#808000;"> const</span><span style=" color:#c0c0c0;"> </span><span style=" color:#800080;">gchar</span><span style=" color:#000000;">*</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000000;">file</span><span style=" color:#000000;">,</span> <span style=" color:#808000;">const</span><span style=" color:#c0c0c0;"> </span><span style=" color:#800080;">gchar</span><span style=" color:#000000;">*</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000000;">function</span><span style=" color:#000000;">,</span></pre>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#c0c0c0;"> </span><span style=" color:#800080;">gint</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000000;">line</span><span style=" color:#000000;">, </span><span style=" color:#800080;">GObject</span><span style=" color:#000000;">*</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000000;">object</span><span style=" color:#000000;">, </span><span style=" color:#800080;">GstDebugMessage</span><span style=" color:#000000;">*</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000000;">message</span><span style=" color:#000000;">,</span></pre>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#c0c0c0;"> </span><span style=" color:#800080;">gpointer</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000000;">user_data</span><span style=" color:#000000;">)</span></pre>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#000000;">{}</span></pre>

<pre style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </pre>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#808000;">static</span><span style=" color:#c0c0c0;"> </span><span style=" color:#808000;">void</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000000;">mdlInitializeSizes</span><span style=" color:#000000;">(</span><span style=" color:#800080;">SimStruct</span><span style=" color:#000000;">*</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000000;">S</span><span style=" color:#000000;">)</span></pre>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#000000;">{</span></pre>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#c0c0c0;"> </span><span style=" color:#000080;">ssSetNumSFcnParams</span><span style=" color:#000000;">(</span><span style=" color:#000000;">S</span><span style=" color:#000000;">,</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000080;">0</span><span style=" color:#000000;">);</span></pre>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#000000;">}</span></pre>

<pre style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </pre>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#808000;">static</span><span style=" color:#c0c0c0;"> </span><span style=" color:#808000;">void</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000000;">mdlInitializeSampleTimes</span><span style=" color:#000000;">(</span><span style=" color:#800080;">SimStruct</span><span style=" color:#000000;">*</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000000;">S</span><span style=" color:#000000;">)</span></pre>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#000000;">{</span></pre>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#c0c0c0;"> </span><span style=" color:#000000;">gst_debug_set_default_threshold</span><span style=" color:#000000;">(</span><span style=" color:#800080;">GST_LEVEL_LOG</span><span style=" color:#000000;">);</span></pre>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#c0c0c0;"> </span><span style=" color:#000000;">gst_init</span><span style=" color:#000000;">(</span><span style=" color:#000080;">NULL</span><span style=" color:#000000;">,</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000080;">NULL</span><span style=" color:#000000;">);</span></pre>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#c0c0c0;"> </span><span style=" color:#000000;">gst_debug_remove_log_function</span><span style=" color:#000000;">(&</span>gst_debug_log_default<span style=" color:#000000;">);</span></pre>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#c0c0c0;"> </span><span style=" color:#000000;">gst_debug_add_log_function</span><span style=" color:#000000;">(&</span>gstLogFunction<span style=" color:#000000;">,</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000080;">NULL</span><span style=" color:#000000;">,</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000080;">NULL</span><span style=" color:#000000;">);</span></pre>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#000000;">}</span></pre>

<pre style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </pre>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#808000;">static</span><span style=" color:#c0c0c0;"> </span><span style=" color:#808000;">void</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000000;">mdlOutputs</span><span style=" color:#000000;">(</span><span style=" color:#800080;">SimStruct</span><span style=" color:#000000;">*</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000000;">S</span><span style=" color:#000000;">,</span><span style=" color:#c0c0c0;"> </span><span style=" color:#800080;">int_T</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000000;">tid</span><span style=" color:#000000;">)</span></pre>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#000000;">{</span>}</pre>

<pre style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </pre>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#808000;">static</span><span style=" color:#c0c0c0;"> </span><span style=" color:#808000;">void</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000000;">mdlTerminate</span><span style=" color:#000000;">(</span><span style=" color:#800080;">SimStruct</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000000;">*</span><span style=" color:#000000;">S</span><span style=" color:#000000;">)</span></pre>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#000000;">{}</span></pre>

<pre style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </pre>

<pre style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </pre>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#008000;">//</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">Required</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">S-function</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">trailer</span></pre>

<pre style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </pre>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#000080;">#ifdef</span><span style=" color:#c0c0c0;">  </span><span style=" color:#000080;">MATLAB_MEX_FILE</span><span style=" color:#c0c0c0;">    </span><span style=" color:#008000;">/*</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">Is</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">this</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">file</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">being</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">compiled</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">as</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">a</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">MEX-file?</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">*/</span></pre>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#000080;">#include</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">"simulink.c"</span><span style=" color:#c0c0c0;">      </span><span style=" color:#008000;">/*</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">MEX-file</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">interface</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">mechanism</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">*/</span></pre>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#000080;">#else</span></pre>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#000080;">#include</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">"cg_sfun.h"</span><span style=" color:#c0c0c0;">       </span><span style=" color:#008000;">/*</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">Code</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">generation</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">registration</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">function</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">*/</span></pre>

<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#000080;">#endif</span></pre>

<pre style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </pre>

<pre style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </pre>

<div> </div>

<div>This crashes with:</div>

<div> </div>

<div>Stack Trace (from fault):<br/>
[  0] 0x000007fef66c1122                                   <unknown-module>+00000000<br/>
[  1] 0x0000000188377781 C:\gstreamer\1.0\x86_64\bin\libgstreamer-1.0-0.dll+00227201 gst_debug_log_valist+00000209<br/>
[  2] 0x0000000188377860 C:\gstreamer\1.0\x86_64\bin\libgstreamer-1.0-0.dll+00227424 gst_debug_log+00000064<br/>
[  3] 0x0000000188377c0f C:\gstreamer\1.0\x86_64\bin\libgstreamer-1.0-0.dll+00228367 gst_debug_remove_log_function+00000127<br/>
[  4] 0x000007fef570e42f C:\builddbg\sfunc_gstreamer.mexw64+00058415 SpanGstreamer::installMessageHandler+00000047<br/>
[  5] 0x000007fef5709752 C:\workcopies\VideoForSpaceTeleoperation\Software\h264block\builddbg\sfunc_gstreamer.mexw64+00038738 mdlInitializeSampleTimes+00000178<br/>
[  6] 0x000007fef570464d C:\builddbg\sfunc_gstreamer.mexw64+00017997 mexFunction+00002669<br/>
[  7] 0x00000000fc5f3701 C:\Program Files\MATLAB\R2014b\bin\win64\libmex.dll+00079617 mexRunMexFile+00000129</div>

<pre style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </pre>

<div>Note that it also crashes with the empty gstLogFunction().</div>

<div>I would like however "redirect" the the gstreamer messages to the Simulink output. So I would like to use those functions.</div>

<div>Does someone know what I could do to avoid the crashing?</div>

<div> </div>

<div>BR</div>
</div>

<div> 
<div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="margin:0 0 10px 0;"><b>Gesendet:</b> Montag, 04. Januar 2016 um 12:56 Uhr<br/>
<b>Von:</b> "pfarmer [via GStreamer-devel]" <<a href="/user/SendEmail.jtp?type=node&node=4675116&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>><br/>
<b>An:</b> pfarmer <<a href="/user/SendEmail.jtp?type=node&node=4675116&i=1" target="_top" rel="nofollow" link="external">[hidden email]</a>><br/>
<b>Betreff:</b> Re: GStreamer application access violation in random locations</div>

<div name="quoted-content">Thank a lot for the answer. Sorry for the super late response.<br/>
<br/>
I tried to make a minimal example:<br/>
<br/>
This is the *.cpp file that is compiled with VS2013 64bit:<br/>
<br/>
<br/>
#define S_FUNCTION_LEVEL 2<br/>
#define S_FUNCTION_NAME  sfunc_gstmin<br/>
<br/>
#include <simstruc.h><br/>
<br/>
#include <cstring><br/>
<br/>
#include <gst/gst.h><br/>
#include <gst/app/gstappsink.h><br/>
<br/>
enum {VIDEO_HEIGHT=640, VIDEO_WIDTH=360};<br/>
<br/>
static void mdlInitializeSizes(SimStruct* S)<br/>
{<br/>
        if (!ssSetNumOutputPorts(S, 1)) return;<br/>
        ssSetOutputPortDataType(S, 0, SS_UINT32);<br/>
        ssSetOutputPortMatrixDimensions(S, 0, VIDEO_HEIGHT, VIDEO_WIDTH);<br/>
        ssSetNumPWork(S, 1);<br/>
        ssSetNumSampleTimes(S, 1);<br/>
<br/>
<br/>
}<br/>
<br/>
static void mdlInitializeSampleTimes(SimStruct* S)<br/>
{<br/>
        ssSetSampleTime(S, 0, -1);<br/>
}<br/>
<br/>
#define MDL_START<br/>
static void mdlStart(SimStruct* S)<br/>
{<br/>
        gst_init(NULL, NULL);<br/>
        GstElement* pipeline = gst_parse_launch(<br/>
                 "videotestsrc horizontal-speed=1 ! capsfilter name=filter ! appsink max-buffers=3 drop=true name=sink",<br/>
                 NULL);<br/>
        GstElement* filter = gst_bin_get_by_name(GST_BIN(pipeline), "filter");<br/>
        GstCaps* caps = gst_caps_new_simple("video/x-raw",<br/>
                  "format", G_TYPE_STRING, "RGBA",<br/>
                  "width", G_TYPE_INT, VIDEO_WIDTH,<br/>
                  "height", G_TYPE_INT, VIDEO_HEIGHT,<br/>
                  "framerate", GST_TYPE_FRACTION, 10, 1,<br/>
        NULL);<br/>
        g_object_set(filter, "caps", caps, NULL);<br/>
        gst_element_set_state(pipeline, GST_STATE_PLAYING);<br/>
<br/>
        ssGetPWork(S)[0] = static_cast<void *>(pipeline);<br/>
}<br/>
<br/>
static void mdlOutputs(SimStruct* S, int_T tid)<br/>
{<br/>
        UNUSED_ARG(tid);<br/>
        uint32_T* signal = static_cast<uint32_T*>(ssGetOutputPortSignal(S, 0));<br/>
        GstElement* pipeline = static_cast<GstElement*>(ssGetPWork(S)[0]);<br/>
        GstElement* sink = gst_bin_get_by_name(GST_BIN(pipeline), "sink");<br/>
        GstMapInfo map;<br/>
        GstSample* sample = gst_app_sink_pull_sample(GST_APP_SINK(sink));<br/>
        if (sample != NULL)<br/>
        {<br/>
                GstBuffer* buffer = gst_sample_get_buffer(sample);<br/>
                if (gst_buffer_map(buffer, &map, GST_MAP_READ))<br/>
                {<br/>
                        std::memcpy(signal, map.data, map.size);<br/>
                        gst_buffer_unmap(buffer, &map);<br/>
                }<br/>
                gst_sample_unref(sample);<br/>
        }<br/>
}<br/>
<br/>
static void mdlTerminate(SimStruct *S)<br/>
{<br/>
        GstElement* pipeline = static_cast<GstElement*>(ssGetPWork(S)[0]);<br/>
        gst_element_set_state(pipeline, GST_STATE_NULL);<br/>
}<br/>
<br/>
<br/>
// Required S-function trailer<br/>
<br/>
#ifdef  MATLAB_MEX_FILE    /* Is this file being compiled as a MEX-file? */<br/>
#include "simulink.c"      /* MEX-file interface mechanism */<br/>
#else<br/>
#include "cg_sfun.h"       /* Code generation registration function */<br/>
#endif<br/>
<br/>
<br/>
<br/>
This is that run as a a user-defined S-Function inside Simulink.<br/>
This crashes very infrequently.<br/>
<br/>
<br/>
<br/>
 
<hr noshade="noshade" size="1"/>
<div style="color: rgb(68,68,68);font: 12.0px tahoma , geneva , helvetica , arial , sans-serif;">
<div style="font-weight: bold;">If you reply to this email, your message will be added to the discussion below:</div>
<a href="http://gstreamer-devel.966125.n4.nabble.com/GStreamer-application-access-violation-in-random-locations-tp4674999p4675109.html" target="_blank" rel="nofollow" link="external">http://gstreamer-devel.966125.n4.nabble.com/GStreamer-application-access-violation-in-random-locations-tp4674999p4675109.html</a></div>

<div style="color: rgb(102,102,102);font: 11.0px tahoma , geneva , helvetica , arial , sans-serif;margin-top: 0.4em;line-height: 1.5em;">To start a new topic under GStreamer-devel, email <a href="/user/SendEmail.jtp?type=node&node=4675116&i=2" target="_top" rel="nofollow" link="external">[hidden email]</a><br/>
To unsubscribe from GStreamer application access violation in random locations, <a href="" target="_blank" rel="nofollow" link="external">click here</a>.<br/>
<a href="http://gstreamer-devel.966125.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" style="font: 9.0px serif;" target="_blank" rel="nofollow" link="external">NAML</a></div>
</div>
</div>
</div>
</div></div>


        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/GStreamer-application-access-violation-in-random-locations-tp4674999p4675116.html">Aw: Re: GStreamer application access violation in random locations</a><br/>
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br/>