<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    OK, not sure what the problem was exactly, but glad you fixed it :)<br>
    <br>
    Also I just noted that the example in
    tests/examples/mpegts/ts-parser.c handles extended events,<br>
    if you have reference data and time to spare it would be nice to add
    an actual unit test as well<br>
    in  tests/check/libs/mpegts.c :)<br>
    <br>
    <div class="moz-cite-prefix">On 7/9/19 2:18 PM, Russel Winder wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:c2d9dc4e726aea94293301a8916d3444454a3027.camel@winder.org.uk">
      <pre class="moz-quote-pre" wrap="">On Tue, 2019-07-09 at 11:20 +0100, Russel Winder wrote:
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">[…]

My current problem is though whether fields of type *gchar are actually nul
terminate C strings or not. I believe they should be but CStr::from_ptr is
failing to terminate indicating they are not. This would seem bad design of
the parsing in the library if it is the case. I cannot believe the parsing
algorithm would be bad, that nul terminated string would not be what is
there.
So I am in a circle of frustration. :-(
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">[…]

It seems that I was failing to do enough indirection, I added another level of
indirection and it now all works as it should – oh the joys of *GPtrArray. So
my test code now agrees with the GStreamer MPEG-TS library, which is good.

:-)

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></pre>
    </blockquote>
  </body>
</html>